summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-05-19 09:51:58 +0000
committerru <ru@FreeBSD.org>2004-05-19 09:51:58 +0000
commitb6d017c7928505e07540fce032684545f3a827e8 (patch)
treed1837ab739668b8259a32c332eb43578c2df92eb /usr.bin/make/make.1
parent7ef60504e6915e676772905b5f37de140bb70fd8 (diff)
downloadFreeBSD-src-b6d017c7928505e07540fce032684545f3a827e8.zip
FreeBSD-src-b6d017c7928505e07540fce032684545f3a827e8.tar.gz
Markup nits.
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.114
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index b91ef85..68fb938 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -753,10 +753,10 @@ makefile's directory and any directories specified using the
.Fl I
option are searched before the system
makefile directory.
-.It Ic \&.undef Ar variable
+.It Ic .undef Ar variable
Un-define the specified global variable.
Only global variables may be un-defined.
-.It Ic \&.error Ar message
+.It Ic .error Ar message
Terminate processing of the makefile immediately.
The filename of the
makefile, the line on which the error was encountered and the specified
@@ -764,7 +764,7 @@ message are printed to the standard error output and
.Nm
terminates with exit code 1.
Variables in the message are expanded.
-.It Ic \&.warning Ar message
+.It Ic .warning Ar message
Emit a warning message.
The filename of the makefile,
the line on which the warning was encountered,
@@ -779,7 +779,7 @@ by the C pre-processor.
The following conditionals are supported:
.Bl -tag -width Ds
.It Xo
-.Ic \&.if
+.Ic .if
.Oo \&! Oc Ns Ar expression
.Op Ar operator expression ...
.Xc
@@ -863,7 +863,7 @@ The
.Ar operator
may be any one of the following:
.Bl -tag -width "Cm XX"
-.It Cm \&|\&|
+.It Cm ||
logical
.Tn OR
.It Cm &&
@@ -972,7 +972,7 @@ The syntax of a for loop is:
.Bl -tag -width indent -compact
.It Ic .for Ar variable Ic in Ar expression
.It <make-rules>
-.It Ic \&.endfor
+.It Ic .endfor
.El
.Pp
After the for
@@ -986,7 +986,7 @@ is successively set to each word, and substituted in the
inside the body of the for loop.
.Sh COMMENTS
Comments begin with a hash
-.Pq Ql \&#
+.Pq Ql #
character, anywhere but in a shell
command line, and continue to the end of the line.
.Sh SPECIAL SOURCES
OpenPOWER on IntegriCloud