Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src According to the Oxford Dictionary of Etymology, a wether is...



details:   https://anonhg.NetBSD.org/src/rev/4c191be6adab
branches:  trunk
changeset: 767846:4c191be6adab
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Mon Aug 01 12:28:53 2011 +0000

description:
According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.

diffstat:

 libexec/atrun/atrun.c              |  6 +++---
 share/terminfo/terminfo            |  6 +++---
 sys/arch/macppc/dev/ams.c          |  6 +++---
 sys/dev/adb/adb_ms.c               |  6 +++---
 sys/dev/ic/smc90cx6var.h           |  4 ++--
 sys/dev/ic/tropic.c                |  6 +++---
 sys/dev/pci/machfb.c               |  6 +++---
 sys/dev/pci/n8/common/api/n8_sks.c |  4 ++--
 sys/dev/raidframe/rf_dagdegrd.c    |  6 +++---
 sys/dev/raidframe/rf_dagdegwr.c    |  6 +++---
 sys/dev/raidframe/rf_pqdegdags.c   |  6 +++---
 sys/dev/sysmon/sysmon_envsys.c     |  6 +++---
 usr.sbin/syslogd/tls.c             |  6 +++---
 13 files changed, 37 insertions(+), 37 deletions(-)

diffs (truncated from 332 to 300 lines):

diff -r ece772e6cf1e -r 4c191be6adab libexec/atrun/atrun.c
--- a/libexec/atrun/atrun.c     Mon Aug 01 11:26:31 2011 +0000
+++ b/libexec/atrun/atrun.c     Mon Aug 01 12:28:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atrun.c,v 1.19 2008/04/05 20:17:37 christos Exp $      */
+/*     $NetBSD: atrun.c,v 1.20 2011/08/01 12:28:54 mbalmer Exp $       */
 
 /*
  *  atrun.c - run jobs queued by at; run with root privileges.
@@ -59,7 +59,7 @@
 #if 0
 static char rcsid[] = "$OpenBSD: atrun.c,v 1.7 1997/09/08 22:12:10 millert Exp $";
 #else
-__RCSID("$NetBSD: atrun.c,v 1.19 2008/04/05 20:17:37 christos Exp $");
+__RCSID("$NetBSD: atrun.c,v 1.20 2011/08/01 12:28:54 mbalmer Exp $");
 #endif
 
 static int debug = 0;
@@ -366,7 +366,7 @@
 main(int argc, char *argv[])
 {
        /*
-        * Browse through  _PATH_ATJOBS, checking all the jobfiles wether
+        * Browse through  _PATH_ATJOBS, checking all the jobfiles whether
         * they should be executed and or deleted. The queue is coded into
         * the first byte of the job filename, the date (in minutes since
         * Eon) as a hex number in the following eight bytes, followed by
diff -r ece772e6cf1e -r 4c191be6adab share/terminfo/terminfo
--- a/share/terminfo/terminfo   Mon Aug 01 11:26:31 2011 +0000
+++ b/share/terminfo/terminfo   Mon Aug 01 12:28:53 2011 +0000
@@ -6,8 +6,8 @@
 # Report bugs and new terminal descriptions to
 #      bug-ncurses%gnu.org@localhost
 #
-#      $Revision: 1.3 $
-#      $Date: 2011/06/19 16:27:23 $
+#      $Revision: 1.4 $
+#      $Date: 2011/08/01 12:28:54 $
 #
 # The original header is preserved below for reference.  It is noted that there
 # is a "newer" version which differs in some cosmetic details (but actually
@@ -9081,7 +9081,7 @@
 # terminfo. At one point, I found some reference indicating that this
 # terminal bug (not sending \E[) was acknowledged by Wyse (so it's not just
 # me), but I can't find that and the server under my bookmark to "Wyse
-# Technical" isn't responding.  So there's the question of wether the wy85
+# Technical" isn't responding.  So there's the question of whether the wy85
 # terminfo should reflect the manufactuer's intended behaviour of the terminal
 # or the actual."
 wy85-8bit|wyse85-8bit|wyse 85 in 8-bit mode,
diff -r ece772e6cf1e -r 4c191be6adab sys/arch/macppc/dev/ams.c
--- a/sys/arch/macppc/dev/ams.c Mon Aug 01 11:26:31 2011 +0000
+++ b/sys/arch/macppc/dev/ams.c Mon Aug 01 12:28:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ams.c,v 1.27 2011/06/18 08:08:28 matt Exp $    */
+/*     $NetBSD: ams.c,v 1.28 2011/08/01 12:28:53 mbalmer Exp $ */
 
 /*
  * Copyright (C) 1998  Colin Wood
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ams.c,v 1.27 2011/06/18 08:08:28 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ams.c,v 1.28 2011/08/01 12:28:53 mbalmer Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -676,7 +676,7 @@
        adb_op_sync((Ptr)buffer, NULL, (Ptr)0, cmd);
 
        /*
-        * setup a sysctl node to control wether tapping the pad should
+        * setup a sysctl node to control whether tapping the pad should
         * trigger mouse button events
         */
 
diff -r ece772e6cf1e -r 4c191be6adab sys/dev/adb/adb_ms.c
--- a/sys/dev/adb/adb_ms.c      Mon Aug 01 11:26:31 2011 +0000
+++ b/sys/dev/adb/adb_ms.c      Mon Aug 01 12:28:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: adb_ms.c,v 1.10 2011/07/28 16:28:12 macallan Exp $     */
+/*     $NetBSD: adb_ms.c,v 1.11 2011/08/01 12:28:53 mbalmer Exp $      */
 
 /*
  * Copyright (C) 1998  Colin Wood
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: adb_ms.c,v 1.10 2011/07/28 16:28:12 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: adb_ms.c,v 1.11 2011/08/01 12:28:53 mbalmer Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -724,7 +724,7 @@
        delay(1000);
 
        /*
-        * setup a sysctl node to control wether tapping the pad should
+        * setup a sysctl node to control whether tapping the pad should
         * trigger mouse button events
         */
 
diff -r ece772e6cf1e -r 4c191be6adab sys/dev/ic/smc90cx6var.h
--- a/sys/dev/ic/smc90cx6var.h  Mon Aug 01 11:26:31 2011 +0000
+++ b/sys/dev/ic/smc90cx6var.h  Mon Aug 01 12:28:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smc90cx6var.h,v 1.9 2008/04/28 20:23:51 martin Exp $   */
+/*     $NetBSD: smc90cx6var.h,v 1.10 2011/08/01 12:28:53 mbalmer Exp $ */
 
 /*-
  * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
  * As the reset functionality differs between the Amiga boards (using the
  * 90c26 chip) and middle-aged ISA boards (using the 90c56 chip), we have
  * a sc_reset callback function in the softc, which does a stop function
- * (reset and leave dead) or a reset function depending on wether the 2nd
+ * (reset and leave dead) or a reset function depending on whether the 2nd
  * parameter is 0 or 1.
  */
 
diff -r ece772e6cf1e -r 4c191be6adab sys/dev/ic/tropic.c
--- a/sys/dev/ic/tropic.c       Mon Aug 01 11:26:31 2011 +0000
+++ b/sys/dev/ic/tropic.c       Mon Aug 01 12:28:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tropic.c,v 1.42 2010/04/05 07:19:37 joerg Exp $        */
+/*     $NetBSD: tropic.c,v 1.43 2011/08/01 12:28:53 mbalmer Exp $      */
 
 /*
  * Ported to NetBSD by Onno van der Linden
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tropic.c,v 1.42 2010/04/05 07:19:37 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tropic.c,v 1.43 2011/08/01 12:28:53 mbalmer Exp $");
 
 #include "opt_inet.h"
 
@@ -211,7 +211,7 @@
 /*
  * XXX Not completely true because Fast Path Transmit has 514 byte buffers
  * XXX and TR_MAX_LINK_HDR is only correct when source-routing is used.
- * XXX depending on wether source routing is used change the calculation
+ * XXX depending on whether source routing is used change the calculation
  * XXX use IFM_TOK_SRCRT (IFF_LINK0)
  * XXX recompute sc_minbuf !!
  */
diff -r ece772e6cf1e -r 4c191be6adab sys/dev/pci/machfb.c
--- a/sys/dev/pci/machfb.c      Mon Aug 01 11:26:31 2011 +0000
+++ b/sys/dev/pci/machfb.c      Mon Aug 01 12:28:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machfb.c,v 1.68 2011/06/29 03:15:18 macallan Exp $     */
+/*     $NetBSD: machfb.c,v 1.69 2011/08/01 12:28:53 mbalmer Exp $      */
 
 /*
  * Copyright (c) 2002 Bang Jun-Young
@@ -34,7 +34,7 @@
 
 #include <sys/cdefs.h>
 __KERNEL_RCSID(0, 
-       "$NetBSD: machfb.c,v 1.68 2011/06/29 03:15:18 macallan Exp $");
+       "$NetBSD: machfb.c,v 1.69 2011/08/01 12:28:53 mbalmer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -855,7 +855,7 @@
        int need_swap;
 
        /*
-        * Test wether the aperture is byte swapped or not
+        * Test whether the aperture is byte swapped or not
         */
        p32 = (uint32_t*)sc->sc_aperture;
        saved_value = *p32;
diff -r ece772e6cf1e -r 4c191be6adab sys/dev/pci/n8/common/api/n8_sks.c
--- a/sys/dev/pci/n8/common/api/n8_sks.c        Mon Aug 01 11:26:31 2011 +0000
+++ b/sys/dev/pci/n8/common/api/n8_sks.c        Mon Aug 01 12:28:53 2011 +0000
@@ -32,7 +32,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-static char const n8_id[] = "$Id: n8_sks.c,v 1.1 2008/10/30 12:02:15 darran Exp $";
+static char const n8_id[] = "$Id: n8_sks.c,v 1.2 2011/08/01 12:28:54 mbalmer Exp $";
 /*****************************************************************************/
 /** @file SKS_Management_Interface
  *  @brief Implementation for the SKS Management Interface.
@@ -1016,7 +1016,7 @@
  * @param keyHandle_p       WO: A N8_SKSKeyHandle_t pointer.
  *
  * @par Externals:
- *    SKS_initialized_g     RW: A boolean value that indicates wether the SKS
+ *    SKS_initialized_g     RW: A boolean value that indicates whether the SKS
  *                              admin interface API has been initialized.
  * @return 
  *    N8_STATUS_OK indicates the key read successfully completed.
diff -r ece772e6cf1e -r 4c191be6adab sys/dev/raidframe/rf_dagdegrd.c
--- a/sys/dev/raidframe/rf_dagdegrd.c   Mon Aug 01 11:26:31 2011 +0000
+++ b/sys/dev/raidframe/rf_dagdegrd.c   Mon Aug 01 12:28:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_dagdegrd.c,v 1.27 2006/11/16 01:33:23 christos Exp $        */
+/*     $NetBSD: rf_dagdegrd.c,v 1.28 2011/08/01 12:28:53 mbalmer Exp $ */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_dagdegrd.c,v 1.27 2006/11/16 01:33:23 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_dagdegrd.c,v 1.28 2011/08/01 12:28:53 mbalmer Exp $");
 
 #include <dev/raidframe/raidframevar.h>
 
@@ -721,7 +721,7 @@
 
        /* determine how many pda's we will have to generate per unaccess
         * stripe. If there is only one failed data unit, it is one; if two,
-        * possibly two, depending wether they overlap. */
+        * possibly two, depending whether they overlap. */
 
        fone_start = rf_StripeUnitOffset(layoutPtr, fone->startSector);
        fone_end = fone_start + fone->numSector;
diff -r ece772e6cf1e -r 4c191be6adab sys/dev/raidframe/rf_dagdegwr.c
--- a/sys/dev/raidframe/rf_dagdegwr.c   Mon Aug 01 11:26:31 2011 +0000
+++ b/sys/dev/raidframe/rf_dagdegwr.c   Mon Aug 01 12:28:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_dagdegwr.c,v 1.30 2006/11/16 01:33:23 christos Exp $        */
+/*     $NetBSD: rf_dagdegwr.c,v 1.31 2011/08/01 12:28:53 mbalmer Exp $ */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_dagdegwr.c,v 1.30 2006/11/16 01:33:23 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_dagdegwr.c,v 1.31 2011/08/01 12:28:53 mbalmer Exp $");
 
 #include <dev/raidframe/raidframevar.h>
 
@@ -590,7 +590,7 @@
 
        /* determine how many pda's we will have to generate per unaccess
         * stripe. If there is only one failed data unit, it is one; if two,
-        * possibly two, depending wether they overlap. */
+        * possibly two, depending whether they overlap. */
 
        fone_start = rf_StripeUnitOffset(layoutPtr, fone->startSector);
        fone_end = fone_start + fone->numSector;
diff -r ece772e6cf1e -r 4c191be6adab sys/dev/raidframe/rf_pqdegdags.c
--- a/sys/dev/raidframe/rf_pqdegdags.c  Mon Aug 01 11:26:31 2011 +0000
+++ b/sys/dev/raidframe/rf_pqdegdags.c  Mon Aug 01 12:28:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_pqdegdags.c,v 1.12 2009/03/14 15:36:20 dsl Exp $    */
+/*     $NetBSD: rf_pqdegdags.c,v 1.13 2011/08/01 12:28:53 mbalmer Exp $        */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -33,7 +33,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_pqdegdags.c,v 1.12 2009/03/14 15:36:20 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_pqdegdags.c,v 1.13 2011/08/01 12:28:53 mbalmer Exp $");
 
 #include "rf_archs.h"
 
@@ -175,7 +175,7 @@
 
    pda, pda, ... , p_1 pda, p_2 pda, q_1 pda, q_2 pda, raidptr, asm
 
-   depending on wether two chunks of recovery data were required.
+   depending on whether two chunks of recovery data were required.
 
    The second condition only arises if there are two failed buffers
    whose lengths do not add up a stripe unit.
diff -r ece772e6cf1e -r 4c191be6adab sys/dev/sysmon/sysmon_envsys.c
--- a/sys/dev/sysmon/sysmon_envsys.c    Mon Aug 01 11:26:31 2011 +0000
+++ b/sys/dev/sysmon/sysmon_envsys.c    Mon Aug 01 12:28:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysmon_envsys.c,v 1.116 2011/06/19 11:40:26 martin Exp $       */
+/*     $NetBSD: sysmon_envsys.c,v 1.117 2011/08/01 12:28:53 mbalmer Exp $      */
 
 /*-
  * Copyright (c) 2007, 2008 Juan Romero Pardines.
@@ -64,7 +64,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.116 2011/06/19 11:40:26 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.117 2011/08/01 12:28:53 mbalmer Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -1374,7 +1374,7 @@
 
 /*
  * Find the maximum of all currently reported values.



Home | Main Index | Thread Index | Old Index