summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-11 10:32:52 +0000
committerru <ru@FreeBSD.org>2005-01-11 10:32:52 +0000
commit169f1013f0189eb8dd358567ce979f1288609974 (patch)
treee2aa6a75868d574feb0f63371de999d31b1d0f64 /usr.bin/make
parent6958048f64185cbbe3382b5d763584dab18f088d (diff)
downloadFreeBSD-src-169f1013f0189eb8dd358567ce979f1288609974.zip
FreeBSD-src-169f1013f0189eb8dd358567ce979f1288609974.tar.gz
Scheduled mdoc(7) sweep.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 6b41a9d..d616fcd 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -471,7 +471,7 @@ In addition,
.Nm
sets or knows about the following internal variables or environment
variables:
-.Bl -tag -width ".Va MAKEFILE_LIST"
+.Bl -tag -width ".Va .MAKEFILE_LIST"
.It Va \&$
A single dollar sign
.Ql \&$ ,
@@ -591,7 +591,7 @@ executes; compare with the
.Ic .MAKEFLAGS
special target below.
.It Va MFLAGS
-is provided for backward compatibility and
+This variable is provided for backward compatibility and
contains all the options from the
.Ev MAKEFLAGS
environment variable plus any options specified on
@@ -1439,7 +1439,7 @@ For loops are expanded before tests, so a fragment such as:
won't work, and should be rewritten as:
.Bd -literal -offset indent
\&.for ARCH in ${SHARED_ARCHS}
-\&.if ${MACHINE} == ${ARCH}
+\&.if ${MACHINE} == ${ARCH}
...
\&.endif
\&.endfor
OpenPOWER on IntegriCloud