Source-Changes-HG archive

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

[src/trunk]: src "than" instead of "then".



details:   https://anonhg.NetBSD.org/src/rev/854a8de0c7e0
branches:  trunk
changeset: 517940:854a8de0c7e0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Nov 21 19:14:19 2001 +0000

description:
"than" instead of "then".

diffstat:

 crypto/dist/heimdal/appl/dceutils/README.original |  4 ++--
 crypto/dist/heimdal/lib/des/fcrypt.c              |  2 +-
 crypto/dist/krb4/lib/des/fcrypt.c                 |  2 +-
 crypto/dist/openssl/crypto/des/fcrypt.c           |  2 +-
 dist/bind/doc/bog/files.me                        |  4 ++--
 dist/ipf/man/ipl.4                                |  4 ++--
 dist/ntp/util/README                              |  4 ++--
 distrib/notes/sparc64/install                     |  4 ++--
 gnu/libexec/uucp/contrib/savelog.man              |  2 +-
 lib/libc/arch/ns32k/string/strncat.S              |  6 +++---
 libexec/ld.aout_so/arch/ns32k/mdprologue.S        |  4 ++--
 libexec/lfs_cleanerd/cleanerd.c                   |  6 +++---
 sbin/fsck_ffs/SMM.doc/4.t                         |  4 ++--
 share/man/man4/iso.4                              |  4 ++--
 share/man/man4/man4.hp300/dcl.4                   |  6 +++---
 sys/arch/pc532/dev/scn.c                          |  4 ++--
 sys/arch/sparc/sparc/intr.c                       |  4 ++--
 sys/dev/ic/ncr53c9xreg.h                          |  4 ++--
 sys/netiso/tp_usrreq.c                            |  6 +++---
 usr.bin/xlint/lint1/decl.c                        |  8 ++++----
 usr.bin/xlint/lint2/chk.c                         |  6 +++---
 usr.bin/xlint/lint2/main2.c                       |  6 +++---
 usr.sbin/lpr/lpd/lpd.c                            |  6 +++---
 23 files changed, 51 insertions(+), 51 deletions(-)

diffs (truncated from 468 to 300 lines):

diff -r 77a676068915 -r 854a8de0c7e0 crypto/dist/heimdal/appl/dceutils/README.original
--- a/crypto/dist/heimdal/appl/dceutils/README.original Wed Nov 21 19:11:44 2001 +0000
+++ b/crypto/dist/heimdal/appl/dceutils/README.original Wed Nov 21 19:14:19 2001 +0000
@@ -108,7 +108,7 @@
 attempt will be made to join an existing PAG for the local userid, and
 Kerberos principal. If there are existing PAGs, and a forwarded TGT,
 k5dcecon will check the lifetime of the forwarded TGT, and if it is
-less then the lifetime of the PAG, it will just join the PAG. If it
+less than the lifetime of the PAG, it will just join the PAG. If it
 is greater, it will refresh the PAG using the forwarded TGT. 
 This approach has the advantage of not requiring many new tickets from
 having to be obtained, and allows one to refresh a DCE context, or use
@@ -242,7 +242,7 @@
 adding all the other mods. If it fails you can still use the klogind
 and telnetd with the k5prelogin and k5dcelogin code. 
 
-If you intend to install with a prefix other then /krb5, change:
+If you intend to install with a prefix other than /krb5, change:
 DPAGAIX and K5DCECON in k5dfspag.c; the three references in
 k5prelogin.c; and the DESTDIR in the Makefile.
 
diff -r 77a676068915 -r 854a8de0c7e0 crypto/dist/heimdal/lib/des/fcrypt.c
--- a/crypto/dist/heimdal/lib/des/fcrypt.c      Wed Nov 21 19:11:44 2001 +0000
+++ b/crypto/dist/heimdal/lib/des/fcrypt.c      Wed Nov 21 19:14:19 2001 +0000
@@ -68,7 +68,7 @@
 /* Modification by Jens Kupferschmidt (Cu)
  * I have included directive PARA for shared memory computers.
  * I have included a directive LONGCRYPT to using this routine to cipher
- * passwords with more then 8 bytes like HP-UX 10.x it used. The MAXPLEN
+ * passwords with more than 8 bytes like HP-UX 10.x it used. The MAXPLEN
  * definition is the maximum of lenght of password and can changed. I have
  * defined 24.
  */
diff -r 77a676068915 -r 854a8de0c7e0 crypto/dist/krb4/lib/des/fcrypt.c
--- a/crypto/dist/krb4/lib/des/fcrypt.c Wed Nov 21 19:11:44 2001 +0000
+++ b/crypto/dist/krb4/lib/des/fcrypt.c Wed Nov 21 19:14:19 2001 +0000
@@ -68,7 +68,7 @@
 /* Modification by Jens Kupferschmidt (Cu)
  * I have included directive PARA for shared memory computers.
  * I have included a directive LONGCRYPT to using this routine to cipher
- * passwords with more then 8 bytes like HP-UX 10.x it used. The MAXPLEN
+ * passwords with more than 8 bytes like HP-UX 10.x it used. The MAXPLEN
  * definition is the maximum of lenght of password and can changed. I have
  * defined 24.
  */
diff -r 77a676068915 -r 854a8de0c7e0 crypto/dist/openssl/crypto/des/fcrypt.c
--- a/crypto/dist/openssl/crypto/des/fcrypt.c   Wed Nov 21 19:11:44 2001 +0000
+++ b/crypto/dist/openssl/crypto/des/fcrypt.c   Wed Nov 21 19:14:19 2001 +0000
@@ -17,7 +17,7 @@
 /* Modification by Jens Kupferschmidt (Cu)
  * I have included directive PARA for shared memory computers.
  * I have included a directive LONGCRYPT to using this routine to cipher
- * passwords with more then 8 bytes like HP-UX 10.x it used. The MAXPLEN
+ * passwords with more than 8 bytes like HP-UX 10.x it used. The MAXPLEN
  * definition is the maximum of length of password and can changed. I have
  * defined 24.
  */
diff -r 77a676068915 -r 854a8de0c7e0 dist/bind/doc/bog/files.me
--- a/dist/bind/doc/bog/files.me        Wed Nov 21 19:11:44 2001 +0000
+++ b/dist/bind/doc/bog/files.me        Wed Nov 21 19:14:19 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: files.me,v 1.1.1.1 2000/04/28 03:39:17 itojun Exp $
+.\"     $NetBSD: files.me,v 1.2 2001/11/21 19:14:22 wiz Exp $
 .\"
 .\" ++Copyright++ 1986, 1988, 1995
 .\" -
@@ -704,7 +704,7 @@
 .pp
 The origin is a way of changing the origin in a data file.  The line starts
 in column 1, and is followed by a domain origin.  This seems like it could
-be useful for putting more then one zone into a data file, but that's not
+be useful for putting more than one zone into a data file, but that's not
 how it works.  The name server fundamentally requires a given zone to map
 entirely to some specific file.  You should therefore be very careful to use
 $ORIGIN only once at the top of a file, or, within a file, to change to a
diff -r 77a676068915 -r 854a8de0c7e0 dist/ipf/man/ipl.4
--- a/dist/ipf/man/ipl.4        Wed Nov 21 19:11:44 2001 +0000
+++ b/dist/ipf/man/ipl.4        Wed Nov 21 19:14:19 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ipl.4,v 1.1.1.1 1999/12/11 22:24:11 veego Exp $
+.\"    $NetBSD: ipl.4,v 1.2 2001/11/21 19:14:22 wiz Exp $
 .\"
 .TH IPL 4
 .SH NAME
@@ -51,7 +51,7 @@
 a buffer big enough to hold at least 1 complete log record - reading of partial
 log records is not supported.
 .PP
-If the packet contents is more then 128 bytes when \fBlog body\fP is used,
+If the packet contents is more than 128 bytes when \fBlog body\fP is used,
 then only 128 bytes of the packet contents is logged.
 .PP
 Although it is only possible to read from the \fBipl\fP device, opening it
diff -r 77a676068915 -r 854a8de0c7e0 dist/ntp/util/README
--- a/dist/ntp/util/README      Wed Nov 21 19:11:44 2001 +0000
+++ b/dist/ntp/util/README      Wed Nov 21 19:14:19 2001 +0000
@@ -28,8 +28,8 @@
 
 The testrs6000.c program is used for testing purposes with the IBM
 RS/6000 AIX machines. Bill Jones <jones%chpc.utexas.edu@localhost> reports:
-"I could not get a tickadj of less then 40 us to work on a RS6000.
-If you set it less then 40 us do so at your own risk!"
+"I could not get a tickadj of less than 40 us to work on a RS6000.
+If you set it less than 40 us do so at your own risk!"
 
 The tickadj.c program can be used to read and set various kernel
 parameters affecting NTP operations. See the tickadj page in the HTML
diff -r 77a676068915 -r 854a8de0c7e0 distrib/notes/sparc64/install
--- a/distrib/notes/sparc64/install     Wed Nov 21 19:11:44 2001 +0000
+++ b/distrib/notes/sparc64/install     Wed Nov 21 19:14:19 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.9 2001/08/30 12:26:06 mrg Exp $
+.\"    $NetBSD: install,v 1.10 2001/11/21 19:14:23 wiz Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -369,7 +369,7 @@
 The line containing
 .Sq Li "8 partitions:"
 is best left alone,
-even if you define less then eight partitions. If this line displays
+even if you define less than eight partitions. If this line displays
 a different number and the program complains about it (after you leave
 the editor), then try setting it to
 .Sq Li "8 partitions:" .
diff -r 77a676068915 -r 854a8de0c7e0 gnu/libexec/uucp/contrib/savelog.man
--- a/gnu/libexec/uucp/contrib/savelog.man      Wed Nov 21 19:11:44 2001 +0000
+++ b/gnu/libexec/uucp/contrib/savelog.man      Wed Nov 21 19:14:19 2001 +0000
@@ -90,7 +90,7 @@
 .I file
 is the basename for the logfile and where
 .I number
-ranges from 0 to one less then the
+ranges from 0 to one less than the
 .I cycle
 count specified for the command.
 The
diff -r 77a676068915 -r 854a8de0c7e0 lib/libc/arch/ns32k/string/strncat.S
--- a/lib/libc/arch/ns32k/string/strncat.S      Wed Nov 21 19:11:44 2001 +0000
+++ b/lib/libc/arch/ns32k/string/strncat.S      Wed Nov 21 19:14:19 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: strncat.S,v 1.5 1999/11/16 18:17:39 matthias Exp $     */
+/*     $NetBSD: strncat.S,v 1.6 2001/11/21 19:14:23 wiz Exp $  */
 
 /* 
  * Written by Matthias Pfaller, 1996
@@ -8,13 +8,13 @@
 #include <machine/asm.h>
 
 #if defined(LIBC_SCCS)
-       RCSID("$NetBSD: strncat.S,v 1.5 1999/11/16 18:17:39 matthias Exp $")
+       RCSID("$NetBSD: strncat.S,v 1.6 2001/11/21 19:14:23 wiz Exp $")
 #endif
 
 /*
  * char *
  * strncat(char *d, const char *s, size_t count)
- *     append string s to d. append not more then count bytes.
+ *     append string s to d. append not more than count bytes.
  */
 KENTRY(strncat, 12)
        enter   [r4],0
diff -r 77a676068915 -r 854a8de0c7e0 libexec/ld.aout_so/arch/ns32k/mdprologue.S
--- a/libexec/ld.aout_so/arch/ns32k/mdprologue.S        Wed Nov 21 19:11:44 2001 +0000
+++ b/libexec/ld.aout_so/arch/ns32k/mdprologue.S        Wed Nov 21 19:14:19 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mdprologue.S,v 1.7 1998/01/05 22:00:42 cgd Exp $       */
+/*     $NetBSD: mdprologue.S,v 1.8 2001/11/21 19:14:23 wiz Exp $       */
 
 /*
  * Copyright (c) 1994 Matthias Pfaller.
@@ -81,7 +81,7 @@
        /* 
         * Now we have to 0x200-align the text segment.
         * We know that the a.out header is 0x20 bytes long.
-        * The code so far is less then 0x1e0 bytes. So we
+        * The code so far is less than 0x1e0 bytes. So we
         * advance "." to address 0x1e0.
         */
 
diff -r 77a676068915 -r 854a8de0c7e0 libexec/lfs_cleanerd/cleanerd.c
--- a/libexec/lfs_cleanerd/cleanerd.c   Wed Nov 21 19:11:44 2001 +0000
+++ b/libexec/lfs_cleanerd/cleanerd.c   Wed Nov 21 19:14:19 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cleanerd.c,v 1.33 2001/07/18 06:24:38 perseant Exp $   */
+/*     $NetBSD: cleanerd.c,v 1.34 2001/11/21 19:14:24 wiz Exp $        */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -40,7 +40,7 @@
 #if 0
 static char sccsid[] = "@(#)cleanerd.c 8.5 (Berkeley) 6/10/95";
 #else
-__RCSID("$NetBSD: cleanerd.c,v 1.33 2001/07/18 06:24:38 perseant Exp $");
+__RCSID("$NetBSD: cleanerd.c,v 1.34 2001/11/21 19:14:24 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -412,7 +412,7 @@
        } else {
                /* 
                 * We will also clean if the system is reasonably idle and
-                * the total clean space is less then IDLE_LIM % of possible
+                * the total clean space is less than IDLE_LIM % of possible
                 * clean space.
                 */
                if (getloadavg(loadavg, MAXLOADS) == -1) {
diff -r 77a676068915 -r 854a8de0c7e0 sbin/fsck_ffs/SMM.doc/4.t
--- a/sbin/fsck_ffs/SMM.doc/4.t Wed Nov 21 19:11:44 2001 +0000
+++ b/sbin/fsck_ffs/SMM.doc/4.t Wed Nov 21 19:14:19 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: 4.t,v 1.3 1996/04/05 01:45:48 cgd Exp $
+.\"    $NetBSD: 4.t,v 1.4 2001/11/21 19:14:25 wiz Exp $
 .\"
 .\" Copyright (c) 1982, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -222,7 +222,7 @@
 .B "IMPOSSIBLE MINFREE=\fID\fP IN SUPERBLOCK (SET TO DEFAULT)"
 .br
 The superblock minimum space percentage is greater than 99%
-or less then 0%.
+or less than 0%.
 .LP
 Possible responses to the SET TO DEFAULT prompt are:
 .IP YES
diff -r 77a676068915 -r 854a8de0c7e0 share/man/man4/iso.4
--- a/share/man/man4/iso.4      Wed Nov 21 19:11:44 2001 +0000
+++ b/share/man/man4/iso.4      Wed Nov 21 19:14:19 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: iso.4,v 1.6 2001/09/22 00:57:41 wiz Exp $
+.\"    $NetBSD: iso.4,v 1.7 2001/11/21 19:14:27 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -145,7 +145,7 @@
 from the data themselves.
 The network address and various selectors are stored contiguously,
 with the network address first, then the transport selector, and so
-on.  Thus, if you had a network address of less then 20 bytes,
+on.  Thus, if you had a network address of less than 20 bytes,
 the transport selector would encroach on space normally reserved
 for the network address.
 .Sh NETWORK ADDRESSING
diff -r 77a676068915 -r 854a8de0c7e0 share/man/man4/man4.hp300/dcl.4
--- a/share/man/man4/man4.hp300/dcl.4   Wed Nov 21 19:11:44 2001 +0000
+++ b/share/man/man4/man4.hp300/dcl.4   Wed Nov 21 19:14:19 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dcl.4,v 1.7 2001/09/11 06:30:03 gmcgarry Exp $
+.\"    $NetBSD: dcl.4,v 1.8 2001/11/21 19:14:27 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -89,7 +89,7 @@
 For output to devices that make heavy use of
 .Tn XON/XOFF
 a write size of less
-then 256 will improve performance marginally.
+than 256 will improve performance marginally.
 .Sh FILES
 .Bl -tag -width /dev/ttyl[0-9] -compact
 .It Pa /dev/ttyl[0-9]
@@ -116,7 +116,7 @@
 .Sh SEE ALSO
 .Xr tty 4
 .Sh BUGS
-Breaks received at a faster rate then 1 break every second will be
+Breaks received at a faster rate than 1 break every second will be
 recognized as a single break.
 .Pp
 Console use is not supported.
diff -r 77a676068915 -r 854a8de0c7e0 sys/arch/pc532/dev/scn.c
--- a/sys/arch/pc532/dev/scn.c  Wed Nov 21 19:11:44 2001 +0000
+++ b/sys/arch/pc532/dev/scn.c  Wed Nov 21 19:14:19 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scn.c,v 1.50 2001/07/22 13:34:07 wiz Exp $ */
+/*     $NetBSD: scn.c,v 1.51 2001/11/21 19:14:28 wiz Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Philip L. Budne.
@@ -688,7 +688,7 @@
        int mr1;
        register volatile u_char *ch_base;
 
-       /* The pc532 doesn't have more then 8 lines. */
+       /* The pc532 doesn't have more than 8 lines. */
        if (unit >= 8) return(0);
 
        /* Now some black magic that should detect a scc26x2 channel. */
diff -r 77a676068915 -r 854a8de0c7e0 sys/arch/sparc/sparc/intr.c
--- a/sys/arch/sparc/sparc/intr.c       Wed Nov 21 19:11:44 2001 +0000
+++ b/sys/arch/sparc/sparc/intr.c       Wed Nov 21 19:14:19 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.56 2001/10/18 12:32:25 uwe Exp $ */
+/*     $NetBSD: intr.c,v 1.57 2001/11/21 19:14:28 wiz Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -167,7 +167,7 @@
        /*
         * Increase nmi_hard_wait.  If we aren't the master, loop while this



Home | Main Index | Thread Index | Old Index