[BACK]Return to awk.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / awk

Diff for /src/usr.bin/awk/awk.1 between version 1.43 and 1.44

version 1.43, 2015/01/16 15:53:24 version 1.44, 2015/09/14 20:06:58
Line 285 
Line 285 
 .Ic print  .Ic print
 statement prints its arguments on the standard output  statement prints its arguments on the standard output
 (or on a file if  (or on a file if
 .Pf > Ns Ar file  .Pf > Ar file
 or  or
 .Pf >> Ns Ar file  .Pf >> Ar file
 is present or on a pipe if  is present or on a pipe if
 .Pf |\ \& Ar cmd  .Pf |\ \& Ar cmd
 is present), separated by the current output field separator,  is present), separated by the current output field separator,
Line 322 
Line 322 
 .Ic ~  .Ic ~
 and  and
 .Ic !~ .  .Ic !~ .
 .Pf / Ns Ar re Ns /  .Pf / Ar re Ns /
 is a constant regular expression;  is a constant regular expression;
 any string (constant or variable) may be used  any string (constant or variable) may be used
 as a regular expression, except in the position of an isolated regular expression  as a regular expression, except in the position of an isolated regular expression

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44