[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.53 and 1.54

version 1.53, 2020/06/17 15:34:11 version 1.54, 2020/06/26 21:50:06
Line 140 
Line 140 
 If  If
 .Va FS  .Va FS
 is null, the input line is split into one field per character.  is null, the input line is split into one field per character.
   Lines are split into fields using the value of
   .Va FS
   at the time the line is read.
   Because of this,
   .Va FS
   is usually set via the
   .Fl F
   option or inside of a
   .Ic BEGIN
   block.
 .Pp  .Pp
 Normally, any number of blanks separate fields.  Normally, any number of blanks separate fields.
 In order to set the field separator to a single blank, use the  In order to set the field separator to a single blank, use the

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54