[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.271.4.2 and 1.272

version 1.271.4.2, 2018/06/25 07:26:11 version 1.272, 2018/04/02 04:26:17
Line 29 
Line 29 
 .\"  .\"
 .\"     from: @(#)make.1        8.4 (Berkeley) 3/19/94  .\"     from: @(#)make.1        8.4 (Berkeley) 3/19/94
 .\"  .\"
 .Dd May 26, 2018  .Dd June 22, 2017
 .Dt MAKE 1  .Dt MAKE 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 1226  due uno quattro tre
Line 1226  due uno quattro tre
 .Ed  .Ed
 .It Cm \&:Q  .It Cm \&:Q
 Quotes every shell meta-character in the variable, so that it can be passed  Quotes every shell meta-character in the variable, so that it can be passed
 safely to the shell.  
 .It Cm \&:q  
 Quotes every shell meta-character in the variable, and also doubles  
 .Sq $  
 characters so that it can be passed  
 safely through recursive invocations of  safely through recursive invocations of
 .Nm .  .Nm .
 This is equivalent to:  
 .Sq \&:S/\e\&$/&&/g:Q .  
 .It Cm \&:R  .It Cm \&:R
 Replaces each word in the variable with everything but its suffix.  Replaces each word in the variable with everything but its suffix.
 .It Cm \&:range[=count]  .It Cm \&:range[=count]

Legend:
Removed from v.1.271.4.2  
changed lines
  Added in v.1.272

CVSweb <webmaster@jp.NetBSD.org>