summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-07-02 12:34:13 +0000
committereik <eik@FreeBSD.org>2004-07-02 12:34:13 +0000
commit8ba39a47b066b9367b009bb5a09abacb410be3d0 (patch)
tree87979eeaad793fd6d35045d471417f9ce659cbec /usr.bin/make/make.1
parent71279faf28b796aebc6a45c29df7470b9bf2dc50 (diff)
downloadFreeBSD-src-8ba39a47b066b9367b009bb5a09abacb410be3d0.zip
FreeBSD-src-8ba39a47b066b9367b009bb5a09abacb410be3d0.tar.gz
manlint
Obtained from: ru
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.111
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 68f139f..cad5e50 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -460,7 +460,7 @@ In addition,
.Nm
sets or knows about the following internal variables or environment
variables:
-.Bl -tag -width MAKEFILE_LIST
+.Bl -tag -width ".Va MAKEFILE_LIST"
.It Va \&$
A single dollar sign
.Ql \&$ ,
@@ -534,7 +534,7 @@ As
.Nm
reads various makefiles, including the default files and any
obtained from the command line and
-.Ql Ic \&.include
+.Ic .include
directives, their names will be automatically appended to the
.Va .MAKEFILE_LIST
variable.
@@ -1244,10 +1244,9 @@ default
directory.
.El
.Sh EXAMPLES
-.Bl -tag -width indent
-.It Li "make \-V .MAKEFILE_LIST | tr \e\ \e\en"
-Lists all included makefiles in order visited.
-.El
+List all included makefiles in order visited:
+.Pp
+.Dl "make -V .MAKEFILE_LIST | tr \e\ \e\en"
.Sh BUGS
The determination of
.Va .OBJDIR
OpenPOWER on IntegriCloud