[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.54 and 1.55

version 1.54, 2003/07/14 12:29:22 version 1.55, 2003/09/02 18:50:06
Line 304 
Line 304 
 .Pp  .Pp
 As an extension, targets and sources may contain the shell wildcard  As an extension, targets and sources may contain the shell wildcard
 expressions  expressions
 .Ql ? ,  .Ql \&? ,
 .Ql * ,  .Ql * ,
 .Ql []  .Ql []
 and  and
 .Ql {} .  .Ql {} .
 The expressions  The expressions
 .Ql ? ,  .Ql \&? ,
 .Ql *  .Ql *
 and  and
 .Ql []  .Ql []
Line 669 
Line 669 
 Select only those words that match the rest of the modifier.  Select only those words that match the rest of the modifier.
 The standard shell wildcard characters  The standard shell wildcard characters
 .Pf ( Ql * ,  .Pf ( Ql * ,
 .Ql ? ,  .Ql \&? ,
 and  and
 .Ql [] )  .Ql [] )
 may  may

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55