diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-07 11:58:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-07 11:58:22 +0000 |
commit | ffd9a03b43e0731443716d35cdd9b726921f0829 (patch) | |
tree | 1d5a87e0d297bcf72c68844026bbe7ebb65de7a5 /usr.bin | |
parent | b6cfecf649a3759ee81dc92a7e89549d5261a195 (diff) |
s/environmental/environment/;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 index fdae75294f6..ffbb94b07b5 100644 --- a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 +++ b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vi.1,v 1.19 2004/01/07 10:36:45 jmc Exp $ +.\" $OpenBSD: vi.1,v 1.20 2004/01/07 11:58:21 jmc Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -134,7 +134,7 @@ Batch mode is useful when running .Nm ex scripts. Prompts, informative messages and other user oriented messages are turned off, -and no startup files or environmental variables are read. +and no startup files or environment variables are read. This is the POSIX 1003.2 interface for the historic .Dq - argument. @@ -2084,7 +2084,7 @@ The number of columns on the screen. This value overrides any system or terminal specific values. If the .Ev COLUMNS -environmental variable is not set when +environment variable is not set when .Nm ex Ns / Ns Nm vi runs, or the .Cm columns @@ -2112,7 +2112,7 @@ The number of rows on the screen. This value overrides any system or terminal specific values. If the .Ev LINES -environmental variable is not set when +environment variable is not set when .Nm ex Ns / Ns Nm vi runs, or the .Cm lines @@ -2133,7 +2133,7 @@ The default is the type .Dq unknown . If the .Ev TERM -environmental variable is not set when +environment variable is not set when .Nm ex Ns / Ns Nm vi runs, or the .Cm term |