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/make | |
parent | e962532b26346842b9fb60a465dbb2f8b9bbb10a (diff) |
s/environmental/environment/
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index e7ec91765d9..4e31684262c 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.9 1995/06/14 15:19:37 christos Exp $ +.\" $NetBSD: make.1,v 1.9.2.1 1995/12/05 02:50:07 jtc Exp $ .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -112,7 +112,7 @@ Print debugging information about target list maintenance. Print debugging information about variable assignment. .El .It Fl e -Specify that environmental variables override macro assignments within +Specify that environment variables override macro assignments within makefiles. .It Fl f Ar makefile Specify a makefile to read instead of the default |