Misc mdoc fixes (mostly quoting).

This commit is contained in:
wiz 2003-06-26 18:21:45 +00:00
parent aa313073c8
commit 664b3c96d5

View File

@ -1,4 +1,4 @@
.\" $NetBSD: make.1,v 1.79 2003/05/23 18:15:17 wiz Exp $ .\" $NetBSD: make.1,v 1.80 2003/06/26 18:21:45 wiz Exp $
.\" .\"
.\" Copyright (c) 1990, 1993 .\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -300,13 +300,13 @@ is interrupted.
.El .El
.Pp .Pp
Targets and sources may contain the shell wildcard values Targets and sources may contain the shell wildcard values
.Ql ? , .Ql \&? ,
.Ql * , .Ql * ,
.Ql [] .Ql []
and and
.Ql {} . .Ql {} .
The values The values
.Ql ? , .Ql \&? ,
.Ql * .Ql *
and and
.Ql [] .Ql []
@ -426,7 +426,7 @@ The name of the target; also known as
.Pp .Pp
The shorter forms The shorter forms
.Ql Va @ , .Ql Va @ ,
.Ql Va ? , .Ql Va \&? ,
.Ql Va \&\*[Lt] , .Ql Va \&\*[Lt] ,
.Ql Va \&\*[Gt] , .Ql Va \&\*[Gt] ,
and and
@ -601,7 +601,7 @@ Select only those words that match
.Ar pattern . .Ar pattern .
The standard shell wildcard characters The standard shell wildcard characters
.Pf ( Ql * , .Pf ( Ql * ,
.Ql ? , .Ql \&? ,
and and
.Ql Op ) .Ql Op )
may may
@ -721,7 +721,7 @@ Replaces each word in the variable with its last component.
.It Cm u .It Cm u
Remove adjacent duplicate words (like Remove adjacent duplicate words (like
.Xr uniq 1 ) . .Xr uniq 1 ) .
.It Cm ? Ar true_string Cm : Ar false_string .It Cm \&? Ar true_string Cm : Ar false_string
If the variable evaluates to true, return as its value the If the variable evaluates to true, return as its value the
.Ar true_string , .Ar true_string ,
otherwise return the otherwise return the
@ -747,7 +747,7 @@ is the substring of
to be replaced in to be replaced in
.Ar new_string . .Ar new_string .
.It Cm @ Ar temp Cm @ Xo .It Cm @ Ar temp Cm @ Xo
.No Ar string Cm @ .Ar string Cm @
.Xc .Xc
This is the loop expansion mechanism from the OSF Development This is the loop expansion mechanism from the OSF Development
Environment (ODE) make. Environment (ODE) make.
@ -785,7 +785,7 @@ The path of the node which has the same name as the variable
is the value. is the value.
If no such node exists or its path is null, then the If no such node exists or its path is null, then the
name of the variable is used. name of the variable is used.
.It Cm ! Ar cmd Cm ! .It Cm \&! Ar cmd Cm \&!
The output of running The output of running
.Ar cmd .Ar cmd
is the value. is the value.
@ -902,7 +902,7 @@ Test the value of a variable.
Test the target being built. Test the target being built.
.It Xo .It Xo
.Ic .ifnmake .Ic .ifnmake
.Oo \&! Oc Ar target .Oo \&! Ns Oc Ar target
.Op Ar operator target ... .Op Ar operator target ...
.Xc .Xc
Test the target being built. Test the target being built.
@ -910,7 +910,7 @@ Test the target being built.
Reverse the sense of the last conditional. Reverse the sense of the last conditional.
.It Xo .It Xo
.Ic .elif .Ic .elif
.Oo \&! Oc Ar expression .Oo \&! Ns Oc Ar expression
.Op Ar operator expression ... .Op Ar operator expression ...
.Xc .Xc
A combination of A combination of
@ -1068,10 +1068,8 @@ The syntax of a for loop is:
.Ic in .Ic in
.Ar expression .Ar expression
.Xc .Xc
.It Xo .It Aq make-rules
\*[Lt]make-rules\*[Gt] .It Ic \&.endfor
.Ic \&.endfor
.Xc
.El .El
.Pp .Pp
After the for After the for