From b6d017c7928505e07540fce032684545f3a827e8 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 19 May 2004 09:51:58 +0000 Subject: Markup nits. --- usr.bin/make/make.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'usr.bin/make/make.1') 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 -.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 -- cgit v1.1