diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 14:12:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 14:12:41 +0000 |
commit | 2b7c02b235afb749f7d5c7b088b66b815f390077 (patch) | |
tree | 4b2674e437bd327691709d72d84c2d240c347ab9 /usr.bin | |
parent | 2157b0ba8b467d175588a39d0235e3f42cfa0167 (diff) |
environment variables
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/gprof/gprof.1 | 4 | ||||
-rw-r--r-- | usr.bin/make/make.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index 042b5319442..2c5852ac390 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gprof.1,v 1.6 1997/07/17 09:05:58 deraadt Exp $ +.\" $OpenBSD: gprof.1,v 1.7 1997/09/18 14:12:33 deraadt Exp $ .\" $NetBSD: gprof.1,v 1.6 1995/11/21 22:24:55 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -218,7 +218,7 @@ option for discovering which routines were never called. .Sh ENVIRONMENT .Bl -tag -width PROFDIR .It Ev PROFDIR -If the environmental variable +If the environment variable .Ev PROFDIR is set, profiling information is placed in that directory in a file named .Pa pid.progname . diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index d514dcf3b7a..95fc514fc0d 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.10 1997/04/01 07:28:15 millert Exp $ +.\" $OpenBSD: make.1,v 1.11 1997/09/18 14:12:37 deraadt Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -119,7 +119,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 |