From 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 1 Feb 2001 16:38:02 +0000 Subject: mdoc(7) police: split punctuation characters + misc fixes. --- usr.bin/make/make.1 | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'usr.bin/make') diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 081eec8..0f74282 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 - -.Xc -.It Xo -.Ic \&.endfor -.Xc +.Pp +.Bl -tag -width indent -compact +.It Ic .for Ar variable Ic in Ar expression +.It +.It Ic \&.endfor .El +.Pp After the for .Ar expression is evaluated, it is split into words. -- cgit v1.1