Source-Changes-HG archive

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

[src/trunk]: src 'environment', not 'enviroment'



details:   https://anonhg.NetBSD.org/src/rev/a30387c34181
branches:  trunk
changeset: 533941:a30387c34181
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 11 10:53:19 2002 +0000

description:
'environment', not 'enviroment'

diffstat:

 bin/ksh/main.c                    |   8 ++++----
 bin/ksh/sh.h                      |  10 +++++-----
 dist/am-utils/scripts/expn.1      |   4 ++--
 dist/am-utils/scripts/expn.in     |   2 +-
 gnu/dist/sendmail/contrib/etrn.pl |   2 +-
 gnu/dist/sendmail/contrib/expn.pl |   2 +-
 libexec/getty/init.c              |   6 +++---
 share/tmac/doc-common             |   4 ++--
 sys/arch/mvme68k/conf/RAMDISK     |   4 ++--
 9 files changed, 21 insertions(+), 21 deletions(-)

diffs (186 lines):

diff -r 4fa884e730b1 -r a30387c34181 bin/ksh/main.c
--- a/bin/ksh/main.c    Thu Jul 11 10:45:58 2002 +0000
+++ b/bin/ksh/main.c    Thu Jul 11 10:53:19 2002 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: main.c,v 1.6 1999/10/20 15:09:59 hubertf Exp $ */
+/*     $NetBSD: main.c,v 1.7 2002/07/11 10:53:19 wiz Exp $     */
 
 /*
- * startup, main loop, enviroments and error handling
+ * startup, main loop, environments and error handling
  */
 
 #define        EXTERN                          /* define EXTERNs in sh.h */
@@ -119,7 +119,7 @@
 
        ainit(&aperm);          /* initialize permanent Area */
 
-       /* set up base enviroment */
+       /* set up base environment */
        memset(&env, 0, sizeof(env));
        env.type = E_NONE;
        ainit(&env.area);
@@ -205,7 +205,7 @@
        change_flag(FPOSIX, OF_SPECIAL, 1);
 #endif /* POSIXLY_CORRECT */
 
-       /* import enviroment */
+       /* import environment */
        if (environ != NULL)
                for (wp = environ; *wp != NULL; wp++)
                        typeset(*wp, IMPORT|EXPORT, 0, 0, 0);
diff -r 4fa884e730b1 -r a30387c34181 bin/ksh/sh.h
--- a/bin/ksh/sh.h      Thu Jul 11 10:45:58 2002 +0000
+++ b/bin/ksh/sh.h      Thu Jul 11 10:53:19 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: sh.h,v 1.4 2000/01/21 17:08:33 mycroft Exp $   */
+/*     $NetBSD: sh.h,v 1.5 2002/07/11 10:53:19 wiz Exp $       */
 
 /*
  * Public Domain Bourne/Korn shell
  */
 
-/* $Id: sh.h,v 1.4 2000/01/21 17:08:33 mycroft Exp $ */
+/* $Id: sh.h,v 1.5 2002/07/11 10:53:19 wiz Exp $ */
 
 #include "config.h"    /* system and option configuration info */
 
@@ -409,18 +409,18 @@
  * parsing & execution environment
  */
 EXTERN struct env {
-       short   type;                   /* enviroment type - see below */
+       short   type;                   /* environment type - see below */
        short   flags;                  /* EF_* */
        Area    area;                   /* temporary allocation area */
        struct  block *loc;             /* local variables and functions */
        short  *savefd;                 /* original redirected fd's */
-       struct  env *oenv;              /* link to previous enviroment */
+       struct  env *oenv;              /* link to previous environment */
        ksh_jmp_buf jbuf;               /* long jump back to env creator */
        struct temp *temps;             /* temp files */
 } *e;
 
 /* struct env.type values */
-#define        E_NONE  0               /* dummy enviroment */
+#define        E_NONE  0               /* dummy environment */
 #define        E_PARSE 1               /* parsing command # */
 #define        E_FUNC  2               /* executing function # */
 #define        E_INCL  3               /* including a file via . # */
diff -r 4fa884e730b1 -r a30387c34181 dist/am-utils/scripts/expn.1
--- a/dist/am-utils/scripts/expn.1      Thu Jul 11 10:45:58 2002 +0000
+++ b/dist/am-utils/scripts/expn.1      Thu Jul 11 10:53:19 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: expn.1,v 1.1.1.4 2001/05/13 17:50:34 veego Exp $
+.\"    $NetBSD: expn.1,v 1.2 2002/07/11 10:53:20 wiz Exp $
 .\"
 #!@PERL@
 'di ';
@@ -1318,7 +1318,7 @@
 debug, flag will expose many of the inner workings so that
 it is possible to eliminate bugs.
 .SH ENVIRONMENT
-No enviroment variables are used.
+No environment variables are used.
 .SH FILES
 .PD 0
 .B /tmp/expn$$
diff -r 4fa884e730b1 -r a30387c34181 dist/am-utils/scripts/expn.in
--- a/dist/am-utils/scripts/expn.in     Thu Jul 11 10:45:58 2002 +0000
+++ b/dist/am-utils/scripts/expn.in     Thu Jul 11 10:53:19 2002 +0000
@@ -1315,7 +1315,7 @@
 debug, flag will expose many of the inner workings so that
 it is possible to eliminate bugs.
 .SH ENVIRONMENT
-No enviroment variables are used.
+No environment variables are used.
 .SH FILES
 .PD 0
 .B /tmp/expn$$
diff -r 4fa884e730b1 -r a30387c34181 gnu/dist/sendmail/contrib/etrn.pl
--- a/gnu/dist/sendmail/contrib/etrn.pl Thu Jul 11 10:45:58 2002 +0000
+++ b/gnu/dist/sendmail/contrib/etrn.pl Thu Jul 11 10:53:19 2002 +0000
@@ -313,7 +313,7 @@
 debug, flag will expose many of the inner workings so that
 it is possible to eliminate bugs.
 .SH ENVIRONMENT
-No enviroment variables are used.
+No environment variables are used.
 .SH FILES
 .B /etc/mail/sendmail.cf
 .SH SEE ALSO
diff -r 4fa884e730b1 -r a30387c34181 gnu/dist/sendmail/contrib/expn.pl
--- a/gnu/dist/sendmail/contrib/expn.pl Thu Jul 11 10:45:58 2002 +0000
+++ b/gnu/dist/sendmail/contrib/expn.pl Thu Jul 11 10:53:19 2002 +0000
@@ -1305,7 +1305,7 @@
 debug, flag will expose many of the inner workings so that
 it is possible to eliminate bugs.
 .SH ENVIRONMENT
-No enviroment variables are used.
+No environment variables are used.
 .SH FILES
 .PD 0
 .B /tmp/expn$$
diff -r 4fa884e730b1 -r a30387c34181 libexec/getty/init.c
--- a/libexec/getty/init.c      Thu Jul 11 10:45:58 2002 +0000
+++ b/libexec/getty/init.c      Thu Jul 11 10:53:19 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init.c,v 1.11 2000/12/28 22:18:27 sommerfeld Exp $     */
+/*     $NetBSD: init.c,v 1.12 2002/07/11 10:53:21 wiz Exp $    */
 
 /*
  * Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "from: @(#)init.c       8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: init.c,v 1.11 2000/12/28 22:18:27 sommerfeld Exp $");
+__RCSID("$NetBSD: init.c,v 1.12 2002/07/11 10:53:21 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -66,7 +66,7 @@
        { "et", &tmode.c_cc[VEOF] },    /* eof chatacter (eot) */
        { "pc", "" },                   /* pad character */
        { "tt" },                       /* terminal type */
-       { "ev" },                       /* enviroment */
+       { "ev" },                       /* environment */
        { "lo", _PATH_LOGIN },          /* login program */
        { "hn", hostname },             /* host name */
        { "he" },                       /* host name edit */
diff -r 4fa884e730b1 -r a30387c34181 share/tmac/doc-common
--- a/share/tmac/doc-common     Thu Jul 11 10:45:58 2002 +0000
+++ b/share/tmac/doc-common     Thu Jul 11 10:53:19 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: doc-common,v 1.56 2002/05/30 23:38:19 augustss Exp $
+.\"    $NetBSD: doc-common,v 1.57 2002/07/11 10:53:21 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -343,7 +343,7 @@
 .\}
 ..
 .de lM
-.\" We may still have a partial line in the enviroment.  If this is the case,
+.\" We may still have a partial line in the environment.  If this is the case,
 .\" and we happen to be on the last line of the page, the .fl will cause the
 .\" page to be ejected and troff will immediately exit.  If we're in nroff
 .\" mode, this would be unfortunate, since we would never get a chance to
diff -r 4fa884e730b1 -r a30387c34181 sys/arch/mvme68k/conf/RAMDISK
--- a/sys/arch/mvme68k/conf/RAMDISK     Thu Jul 11 10:45:58 2002 +0000
+++ b/sys/arch/mvme68k/conf/RAMDISK     Thu Jul 11 10:53:19 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.17 2002/04/25 15:06:32 atatat Exp $
+#      $NetBSD: RAMDISK,v 1.18 2002/07/11 10:53:21 wiz Exp $
 
 #
 # RAMDISK: Root/swap on ramdisk
@@ -6,7 +6,7 @@
 # a NetBSD/mvme68k installation, and install
 # the miniroot in a swap partition.
 #
-# It is not designed to be used in a production enviroment
+# It is not designed to be used in a production environment
 # due to its cut-down nature.
 #
 



Home | Main Index | Thread Index | Old Index