[BACK]Return to make.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/make.1 between version 1.90 and 1.91

version 1.90, 2010/10/18 14:42:16 version 1.91, 2011/01/23 20:43:55
Line 1093 
Line 1093 
 For loops are typically used to apply a set of rules to a list of files.  For loops are typically used to apply a set of rules to a list of files.
 The syntax of a for loop is:  The syntax of a for loop is:
 .Bd -unfilled -offset indent  .Bd -unfilled -offset indent
 .Xo  .Ic .for Ar variable Oo Ar variable ... Oc Ic in Ar expression
 .Ic .for Ar variable Op Ar variable ...  
 .Ic in  
 .Ar expression  
 .Xc  
         <make-rules>          <make-rules>
 .Ic \&.endfor  .Ic .endfor
 .Ed  .Ed
 .Pp  .Pp
 After the for  After the for

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91