[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.166 and 1.167

version 1.166, 2009/11/19 06:48:37 version 1.167, 2010/02/22 19:20:33
Line 1750  character when used outside of any quoti
Line 1750  character when used outside of any quoti
 .El  .El
 Example:  Example:
 .Bd -literal  .Bd -literal
 \&.SHELL: name=ksh path=/bin/ksh hasErrCtl=true \\  \&.SHELL: name=ksh path=/bin/ksh hasErrCtl=true \e
         check="set -e" ignore="set +e" \\          check="set -e" ignore="set +e" \e
         echo="set -v" quiet="set +v" filter="set +v" \\          echo="set -v" quiet="set +v" filter="set +v" \e
         echoFlag=v errFlag=e newline="'\\n'"          echoFlag=v errFlag=e newline="'\en'"
 .Ed  .Ed
 .It Ic .SILENT  .It Ic .SILENT
 Apply the  Apply the

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167

CVSweb <webmaster@jp.NetBSD.org>