summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 fea9a27..48f5f93 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -469,7 +469,7 @@ The following directories are tried in order:
.Pp
.Bl -enum -compact
.It
-${MAKEOBJDIRPREFIX}/`cwd`
+${MAKEOBJDIRPREFIX}/`pwd`
.It
${MAKEOBJDIR}
.It
@@ -477,7 +477,7 @@ obj.${MACHINE}
.It
obj
.It
-/usr/obj/`cwd`
+/usr/obj/`pwd`
.El
.Pp
The first directory that
OpenPOWER on IntegriCloud