diff options
author | chris <chris@FreeBSD.org> | 1999-08-14 06:47:13 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-08-14 06:47:13 +0000 |
commit | 684bd78c4374eb16f43b5a4fcaf353d06c8f44a6 (patch) | |
tree | ff0362be06d82a1c3c643afd149753a8e5ac97be /usr.bin/make | |
parent | a6bd2884d8dec6109a9a97e9f8d260ae185eae49 (diff) | |
download | FreeBSD-src-684bd78c4374eb16f43b5a4fcaf353d06c8f44a6.zip FreeBSD-src-684bd78c4374eb16f43b5a4fcaf353d06c8f44a6.tar.gz |
Bad reference of getcwd(2) changed to getcwd(3).
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 2520b19..96897c9 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 -.\" $Id: make.1,v 1.20 1999/08/12 20:28:54 chris Exp $ +.\" $Id: make.1,v 1.21 1999/08/12 20:49:20 chris Exp $ .\" .Dd March 19, 1994 .Dt MAKE 1 @@ -443,7 +443,7 @@ defined. normally sets .Ql Va .CURDIR to the canonical path given by -.Xr getcwd 2 . +.Xr getcwd 3 . However, if the environment variable .Ql Ev PWD is set and gives a path to the current directory, then |