summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>1999-08-14 06:47:13 +0000
committerchris <chris@FreeBSD.org>1999-08-14 06:47:13 +0000
commit684bd78c4374eb16f43b5a4fcaf353d06c8f44a6 (patch)
treeff0362be06d82a1c3c643afd149753a8e5ac97be /usr.bin/make
parenta6bd2884d8dec6109a9a97e9f8d260ae185eae49 (diff)
downloadFreeBSD-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.14
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
OpenPOWER on IntegriCloud