[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.64 and 1.65

version 1.64, 2023/09/15 15:07:08 version 1.65, 2023/09/17 14:49:44
Line 33 
Line 33 
 .Op Fl safe  .Op Fl safe
 .Op Fl V  .Op Fl V
 .Op Fl d Ns Op Ar n  .Op Fl d Ns Op Ar n
 .Op Fl F Ar fs  .Op Fl F Ar fs | Fl -csv
 .Op Fl v Ar var Ns = Ns Ar value  .Op Fl v Ar var Ns = Ns Ar value
 .Op Ar prog | Fl f Ar progfile  .Op Ar prog | Fl f Ar progfile
 .Ar  .Ar
Line 64 
Line 64 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width "-safe "  .Bl -tag -width "-safe "
   .It Fl -csv
   Process records using the (more or less) standard comma-separated values
   .Pq CSV
   format instead of the input field separator.
   When the
   .Fl -csv
   option is specified, attempts to change the input field separator
   or record separator are ignored.
 .It Fl d Ns Op Ar n  .It Fl d Ns Op Ar n
 Debug mode.  Debug mode.
 Set debug level to  Set debug level to
Line 1058 
Line 1066 
 The scope rules for variables in functions are a botch;  The scope rules for variables in functions are a botch;
 the syntax is worse.  the syntax is worse.
 .Pp  .Pp
 Only eight-bit character sets are handled correctly.  Input is expected to be UTF-8 encoded.
   Other multibyte character sets are not handled.

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65