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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/make.1 between version 1.228 and 1.229

version 1.228, 2014/01/10 16:28:34 version 1.229, 2014/01/19 10:23:29
Line 29 
Line 29 
 .\"  .\"
 .\"     from: @(#)make.1        8.4 (Berkeley) 3/19/94  .\"     from: @(#)make.1        8.4 (Berkeley) 3/19/94
 .\"  .\"
 .Dd January 10, 2014  .Dd January 19, 2014
 .Dt MAKE 1  .Dt MAKE 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 1250  and
Line 1250  and
 are orthogonal; the former specifies whether multiple words are  are orthogonal; the former specifies whether multiple words are
 potentially affected, the latter whether multiple substitutions can  potentially affected, the latter whether multiple substitutions can
 potentially occur within each affected word.  potentially occur within each affected word.
   .Pp
   As for the
   .Cm \&:S
   modifier, the
   .Ar pattern
   and
   .Ar replacement
   are subjected to variable expansion before being parsed as
   regular expressions.
 .It Cm \&:T  .It Cm \&:T
 Replaces each word in the variable with its last component.  Replaces each word in the variable with its last component.
 .It Cm \&:u  .It Cm \&:u

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.229

CVSweb <webmaster@jp.NetBSD.org>