aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-02-01 16:38:02 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-02-01 16:38:02 +0000
commitd0353b836e88609b9400851d32e0aa6645ff9be3 (patch)
treeaa7324a24491215cb462cf95382795f1649d10b6 /usr.bin/make
parent1f56a9494c2616ff6794d652f38eff0f7f95bbb9 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.119
1 files changed, 6 insertions, 13 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 081eec81cc4d0..0f742821cbff6 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -941,20 +941,13 @@ is found.
.Pp
For loops are typically used to apply a set of rules to a list of files.
The syntax of a for loop is:
-.Bl -tag -width Ds
-.It Xo
-.Ic \&.for
-.Ar variable
-.Ic in
-.Ar expression
-.Xc
-.It Xo
-<make-rules>
-.Xc
-.It Xo
-.Ic \&.endfor
-.Xc
+.Pp
+.Bl -tag -width indent -compact
+.It Ic .for Ar variable Ic in Ar expression
+.It <make-rules>
+.It Ic \&.endfor
.El
+.Pp
After the for
.Ar expression
is evaluated, it is split into words.