[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.19 and 1.20

version 1.19, 1999/06/05 01:21:33 version 1.20, 1999/09/25 14:44:00
Line 575 
Line 575 
 Replaces each word in the variable with its suffix.  Replaces each word in the variable with its suffix.
 .It Cm H  .It Cm H
 Replaces each word in the variable with everything but the last component.  Replaces each word in the variable with everything but the last component.
   .It Cm L
   Replaces each word in the variable with its lower case equivalent.
   .It Cm U
   Replaces each word in the variable with its upper case equivalent.
 .It Cm M Ns Ar pattern  .It Cm M Ns Ar pattern
 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

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20