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

Diff for /src/usr.bin/aucat/aucat.1 between version 1.19 and 1.20

version 1.19, 2008/05/26 08:32:11 version 1.20, 2008/05/26 08:36:35
Line 61 
Line 61 
 The debug level:  The debug level:
 may be a value between 0 and 4.  may be a value between 0 and 4.
 .It Fl E Ar enc  .It Fl E Ar enc
 Encoding of the output stream.  Encoding of the output stream (see below).
 The default is signed, 16-bit, native byte order.  The default is signed, 16-bit, native byte order.
 .It Fl e Ar enc  .It Fl e Ar enc
 Encoding of the input stream.  Encoding of the input stream (see below).
 The default is signed, 16-bit, native byte order.  The default is signed, 16-bit, native byte order.
 .It Fl f Ar device  .It Fl f Ar device
 The  The
Line 133 
Line 133 
 is used then parameters must be specified before it.  is used then parameters must be specified before it.
 .El  .El
 .Pp  .Pp
   File formats are specified using the
   .Fl H
   and
   .Fl h
   options.
 The following file formats are supported:  The following file formats are supported:
 .Bl -tag -width s32lexxx -offset -indent  .Bl -tag -width s32lexxx -offset -indent
 .It raw  .It raw
Line 150 
Line 155 
 Try to guess, depending on the file name.  Try to guess, depending on the file name.
 .El  .El
 .Pp  .Pp
   Encodings are specified using the
   .Fl E
   and
   .Fl e
   options.
 The following encodings are supported:  The following encodings are supported:
 .Pp  .Pp
 .Bl -tag -width s32lexxx -offset -indent -compact  .Bl -tag -width s32lexxx -offset -indent -compact

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20