[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.48 and 1.49

version 1.48, 2020/06/10 21:01:50 version 1.49, 2020/06/10 21:02:53
Line 419 
Line 419 
 function.  function.
 .It Va RS  .It Va RS
 Input record separator (default newline).  Input record separator (default newline).
   If empty, blank lines separate records.
   If more than one character long,
   .Va RS
   is treated as a regular expression, and records are
   separated by text matching the expression.
 .It Va RSTART  .It Va RSTART
 The starting position of the string matched by the  The starting position of the string matched by the
 .Fn match  .Fn match

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49