diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-08 19:48:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-08 19:48:46 +0000 |
commit | b0e962d30e5bba97944ba579a7a5d006efa61694 (patch) | |
tree | 1567f55a25a1102c1a2ae9ea7dc939cc7eff53b8 /usr.bin/env | |
parent | e962532b26346842b9fb60a465dbb2f8b9bbb10a (diff) |
s/environmental/environment/
Diffstat (limited to 'usr.bin/env')
-rw-r--r-- | usr.bin/env/env.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1 index 6b2401e829c..b37a8f27f20 100644 --- a/usr.bin/env/env.1 +++ b/usr.bin/env/env.1 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)printenv.1 6.7 (Berkeley) 7/28/91 -.\" $Id: env.1,v 1.1 1995/10/18 08:45:06 deraadt Exp $ +.\" $Id: env.1,v 1.2 1995/12/08 19:48:00 deraadt Exp $ .\" .Dd August 27, 1993 .Dt ENV 1 @@ -56,7 +56,7 @@ after modifying the environment as specified on the command line. The option .Ar name=value specifies -an environmental variable, +an environment variable, .Ar name , with a value of .Ar value . |