Source-Changes-HG archive

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

[src/trunk]: src `existent', not `existant'



details:   https://anonhg.NetBSD.org/src/rev/981c42c341a3
branches:  trunk
changeset: 511439:981c42c341a3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jun 19 13:42:07 2001 +0000

description:
`existent', not `existant'

diffstat:

 bin/mv/mv.1                                |   4 ++--
 distrib/arm32/floppies/inst-common/inst.sh |  10 +++++-----
 distrib/arm32/ramdisk/inst.sh              |   8 ++++----
 games/atc/list.c                           |   6 +++---
 games/battlestar/parse.c                   |   6 +++---
 include/rpc/svc.h                          |   4 ++--
 lib/libedit/editrc.5                       |   4 ++--
 sbin/restore/symtab.c                      |   6 +++---
 share/man/man4/man4.vax/rl.4               |   4 ++--
 share/man/man9/bus_space.9                 |   4 ++--
 share/mk/bsd.README                        |   4 ++--
 sys/arch/alpha/alpha/dec_2100_a50.c        |   6 +++---
 sys/arch/amiga/dev/msc.c                   |   4 ++--
 sys/arch/arm26/iobus/ioc.c                 |   6 +++---
 sys/arch/arm32/arm32/fault.c               |   6 +++---
 sys/arch/arm32/shark/pccons.c              |   4 ++--
 sys/arch/hp300/dev/sd.c                    |   4 ++--
 sys/arch/hpcarm/hpcarm/fault.c             |   6 +++---
 sys/arch/mac68k/dev/zs.c                   |   4 ++--
 sys/arch/macppc/dev/zs.c                   |   4 ++--
 sys/arch/pmax/pmax/dec_5100.c              |   6 +++---
 sys/arch/sun3/sun3x/pmap.c                 |   4 ++--
 sys/dev/isa/isic_isa_itk_ix1.c             |   4 ++--
 sys/dev/ofisa/ofisa.c                      |   8 ++++----
 sys/dev/qbus/if_qereg.h                    |   4 ++--
 sys/dev/qbus/rl.c                          |   4 ++--
 sys/netinet/tcp_input.c                    |   4 ++--
 sys/sys/fcntl.h                            |   4 ++--
 usr.bin/less/less/version.c                |   4 ++--
 usr.bin/netstat/ns.c                       |   6 +++---
 usr.bin/top/display.c                      |   4 ++--
 usr.sbin/pkg_install/lib/plist.c           |   6 +++---
 usr.sbin/sushi/sushi.8                     |   4 ++--
 usr.sbin/ypserv/ypserv/ypserv_db.c         |   8 ++++----
 34 files changed, 87 insertions(+), 87 deletions(-)

diffs (truncated from 789 to 300 lines):

diff -r a53452773762 -r 981c42c341a3 bin/mv/mv.1
--- a/bin/mv/mv.1       Tue Jun 19 13:20:53 2001 +0000
+++ b/bin/mv/mv.1       Tue Jun 19 13:42:07 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mv.1,v 1.14 2000/09/04 07:30:12 kleink Exp $
+.\"    $NetBSD: mv.1,v 1.15 2001/06/19 13:42:07 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -95,7 +95,7 @@
 .Pp
 It is an error for any of the 
 .Ar source 
-operands to specify a nonexistant file or directory.
+operands to specify a nonexistent file or directory.
 .Pp
 It is an error for the
 .Ar source
diff -r a53452773762 -r 981c42c341a3 distrib/arm32/floppies/inst-common/inst.sh
--- a/distrib/arm32/floppies/inst-common/inst.sh        Tue Jun 19 13:20:53 2001 +0000
+++ b/distrib/arm32/floppies/inst-common/inst.sh        Tue Jun 19 13:42:07 2001 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: inst.sh,v 1.1 1996/05/16 19:59:05 mark Exp $
+# $NetBSD: inst.sh,v 1.2 2001/06/19 13:42:08 wiz Exp $
 #
 # Copyright (c) 1995-1996 Mark Brinicombe
 # All rights reserved.
@@ -39,7 +39,7 @@
 # by people installing NetBSD.
 #
 
-VERSION=`echo '$Revision: 1.1 $' | cut '-d ' -f2`
+VERSION=`echo '$Revision: 1.2 $' | cut '-d ' -f2`
 
 Load_tape()
 {
@@ -180,7 +180,7 @@
                echo ""
                echo -n "1. Set distrib directory (Currently $distribdir"
                if [ ! -d $distribdir ]; then
-                       echo " - non-existant)"
+                       echo " - non-existent)"
                else
                        echo ")"
                fi
@@ -271,7 +271,7 @@
                echo ""
                echo -n "1. Set distrib directory (Currently $distribdir"
                if [ ! -d $distribdir ]; then
-                       echo " - non-existant)"
+                       echo " - non-existent)"
                else
                        echo ")"
                fi
@@ -869,7 +869,7 @@
                echo ""
                echo -n "1. Set distrib directory (Currently $distribdir"
                if [ ! -d $distribdir ]; then
-                       echo " - non-existant)"
+                       echo " - non-existent)"
                else
                        echo ")"
                fi
diff -r a53452773762 -r 981c42c341a3 distrib/arm32/ramdisk/inst.sh
--- a/distrib/arm32/ramdisk/inst.sh     Tue Jun 19 13:20:53 2001 +0000
+++ b/distrib/arm32/ramdisk/inst.sh     Tue Jun 19 13:42:07 2001 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: inst.sh,v 1.3 1999/01/25 23:34:21 garbled Exp $
+#      $NetBSD: inst.sh,v 1.4 2001/06/19 13:42:08 wiz Exp $
 #
 # Copyright (c) 1995-1997 Mark Brinicombe
 # All rights reserved.
@@ -177,7 +177,7 @@
                echo ""
                echo -n "1. Set distrib directory (Currently $distribdir"
                if [ ! -d $distribdir ]; then
-                       echo " - non-existant)"
+                       echo " - non-existent)"
                else
                        echo ")"
                fi
@@ -267,7 +267,7 @@
                echo ""
                echo -n "1. Set distrib directory (Currently $distribdir"
                if [ ! -d $distribdir ]; then
-                       echo " - non-existant)"
+                       echo " - non-existent)"
                else
                        echo ")"
                fi
@@ -949,7 +949,7 @@
                echo ""
                echo -n "1. Set distrib directory (Currently $distribdir"
                if [ ! -d $distribdir ]; then
-                       echo " - non-existant)"
+                       echo " - non-existent)"
                else
                        echo ")"
                fi
diff -r a53452773762 -r 981c42c341a3 games/atc/list.c
--- a/games/atc/list.c  Tue Jun 19 13:20:53 2001 +0000
+++ b/games/atc/list.c  Tue Jun 19 13:42:07 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: list.c,v 1.4 1997/10/10 02:07:23 lukem Exp $   */
+/*     $NetBSD: list.c,v 1.5 2001/06/19 13:42:08 wiz Exp $     */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -50,7 +50,7 @@
 #if 0
 static char sccsid[] = "@(#)list.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: list.c,v 1.4 1997/10/10 02:07:23 lukem Exp $");
+__RCSID("$NetBSD: list.c,v 1.5 2001/06/19 13:42:08 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -107,7 +107,7 @@
        PLANE   *p;
 {
        if (l->head == NULL)
-               loser(p, "deleted a non-existant plane! Get help!");
+               loser(p, "deleted a non-existent plane! Get help!");
        
        if (l->head == p && l->tail == p)
                l->head = l->tail = NULL;
diff -r a53452773762 -r 981c42c341a3 games/battlestar/parse.c
--- a/games/battlestar/parse.c  Tue Jun 19 13:20:53 2001 +0000
+++ b/games/battlestar/parse.c  Tue Jun 19 13:42:07 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: parse.c,v 1.11 2000/09/24 14:11:09 jsm Exp $   */
+/*     $NetBSD: parse.c,v 1.12 2001/06/19 13:42:09 wiz Exp $   */
 
 /*
  * Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)parse.c    8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: parse.c,v 1.11 2000/09/24 14:11:09 jsm Exp $");
+__RCSID("$NetBSD: parse.c,v 1.12 2001/06/19 13:42:09 wiz Exp $");
 #endif
 #endif                         /* not lint */
 
@@ -155,7 +155,7 @@
        /* If there is a sequence (NOUN | OBJECT) AND EVERYTHING
         * then move all the EVERYTHINGs to the beginning, since that's where
         * they're expected.  We can't get rid of the NOUNs and OBJECTs in
-        * case they aren't in EVERYTHING (i.e. not here or nonexistant).
+        * case they aren't in EVERYTHING (i.e. not here or nonexistent).
         */
        flag = 1;
        while (flag) {
diff -r a53452773762 -r 981c42c341a3 include/rpc/svc.h
--- a/include/rpc/svc.h Tue Jun 19 13:20:53 2001 +0000
+++ b/include/rpc/svc.h Tue Jun 19 13:42:07 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svc.h,v 1.17 2000/06/02 22:57:56 fvdl Exp $    */
+/*     $NetBSD: svc.h,v 1.18 2001/06/19 13:42:09 wiz Exp $     */
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -278,7 +278,7 @@
  * Somebody has to wait for incoming requests and then call the correct
  * service routine.  The routine svc_run does infinite waiting; i.e.,
  * svc_run never returns.
- * Since another (co-existant) package may wish to selectively wait for
+ * Since another (co-existent) package may wish to selectively wait for
  * incoming calls or other events outside of the rpc architecture, the
  * routine svc_getreq is provided.  It must be passed readfds, the
  * "in-place" results of a select system call (see select, section 2).
diff -r a53452773762 -r 981c42c341a3 lib/libedit/editrc.5
--- a/lib/libedit/editrc.5      Tue Jun 19 13:20:53 2001 +0000
+++ b/lib/libedit/editrc.5      Tue Jun 19 13:42:07 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: editrc.5,v 1.10 2000/11/08 00:09:38 lukem Exp $
+.\"    $NetBSD: editrc.5,v 1.11 2001/06/19 13:42:09 wiz Exp $
 .\"
 .\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -222,7 +222,7 @@
 indicating that the terminal does or does not have that capability.
 .Pp
 .Fl s
-returns an emptry string for non-existant capabilities, rather than
+returns an emptry string for non-existent capabilities, rather than
 causing an error.
 .Fl v
 causes messages to be verbose.
diff -r a53452773762 -r 981c42c341a3 sbin/restore/symtab.c
--- a/sbin/restore/symtab.c     Tue Jun 19 13:20:53 2001 +0000
+++ b/sbin/restore/symtab.c     Tue Jun 19 13:42:07 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: symtab.c,v 1.13 1997/09/16 13:44:15 lukem Exp $        */
+/*     $NetBSD: symtab.c,v 1.14 2001/06/19 13:42:10 wiz Exp $  */
 
 /*
  * Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)symtab.c   8.3 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: symtab.c,v 1.13 1997/09/16 13:44:15 lukem Exp $");
+__RCSID("$NetBSD: symtab.c,v 1.14 2001/06/19 13:42:10 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -261,7 +261,7 @@
        if (type & LINK) {
                ep = lookupino(inum);
                if (ep == NULL)
-                       panic("link to non-existant name\n");
+                       panic("link to non-existent name\n");
                np->e_ino = inum;
                np->e_links = ep->e_links;
                ep->e_links = np;
diff -r a53452773762 -r 981c42c341a3 share/man/man4/man4.vax/rl.4
--- a/share/man/man4/man4.vax/rl.4      Tue Jun 19 13:20:53 2001 +0000
+++ b/share/man/man4/man4.vax/rl.4      Tue Jun 19 13:42:07 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rl.4,v 1.2 2000/09/21 15:37:09 bjh21 Exp $
+.\"    $NetBSD: rl.4,v 1.3 2001/06/19 13:42:10 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -87,7 +87,7 @@
 .It "rl%d: header not found"
 The requested sector was not found before the timer expired. If this error
 is the only error then it may indicate a software bug.
-.It "rl%d: non-existant memory"
+.It "rl%d: non-existent memory"
 The controller tried to do DMA to/from a non-mapped address. This is a
 software bug.
 .It "rl%d: memory parity error"
diff -r a53452773762 -r 981c42c341a3 share/man/man9/bus_space.9
--- a/share/man/man9/bus_space.9        Tue Jun 19 13:20:53 2001 +0000
+++ b/share/man/man9/bus_space.9        Tue Jun 19 13:42:07 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_space.9,v 1.17 2001/05/27 16:04:46 wiz Exp $
+.\" $NetBSD: bus_space.9,v 1.18 2001/06/19 13:42:10 wiz Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -934,7 +934,7 @@
 hardware exception (e.g. bus error) when the peek or poke operation
 was attempted.
 Note that some busses are incapable of generating exceptions when
-non-existant hardware is accessed. In such cases, these functions
+non-existent hardware is accessed. In such cases, these functions
 will always return zero and the value of the data read by
 .Fn bus_space_peek_N
 will be unspecified.
diff -r a53452773762 -r 981c42c341a3 share/mk/bsd.README
--- a/share/mk/bsd.README       Tue Jun 19 13:20:53 2001 +0000
+++ b/share/mk/bsd.README       Tue Jun 19 13:42:07 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.78 2001/06/18 17:04:44 simonb Exp $
+#      $NetBSD: bsd.README,v 1.79 2001/06/19 13:42:11 wiz Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the new make "include" files for the BSD
@@ -66,7 +66,7 @@
 BUILD          If defined, 'make install' checks that the targets in the
                source directories are up-to-date and remakes them if they
                 are out of date, instead of blindly trying to install
-                out of date or non-existant targets.
+                out of date or non-existent targets.
 
 UPDATE                 If defined, 'make install' only installs targets that are
                more recently modified in the source directories that their
diff -r a53452773762 -r 981c42c341a3 sys/arch/alpha/alpha/dec_2100_a50.c
--- a/sys/arch/alpha/alpha/dec_2100_a50.c       Tue Jun 19 13:20:53 2001 +0000
+++ b/sys/arch/alpha/alpha/dec_2100_a50.c       Tue Jun 19 13:42:07 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_2100_a50.c,v 1.49 2001/06/05 04:53:11 thorpej Exp $ */
+/* $NetBSD: dec_2100_a50.c,v 1.50 2001/06/19 13:42:11 wiz Exp $ */
 
 /*
  * Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@@ -34,7 +34,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_2100_a50.c,v 1.49 2001/06/05 04:53:11 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_2100_a50.c,v 1.50 2001/06/19 13:42:11 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -505,7 +505,7 @@
            break;
            
          case AVANTI_NONEXISTENT_MEMORY:
-           printf("\tNonexistant memory error, caused by ");
+           printf("\tNonexistent memory error, caused by ");
            if (ptr->coma_edsr & 0x20)
              printf("victim write\n");



Home | Main Index | Thread Index | Old Index