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

Diff for /src/usr.bin/hexdump/hexdump.1 between version 1.7 and 1.8

version 1.7, 1999/06/05 01:21:26 version 1.8, 1999/07/04 11:53:55
Line 50 
Line 50 
 .Ar file Op Ar ...  .Ar file Op Ar ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm hexdump  .Nm
 utility is a filter which displays the specified files, or  utility is a filter which displays the specified files, or
 the standard input, if no files are specified, in a user-specified  the standard input, if no files are specified, in a user-specified
 format.  format.
Line 136 
Line 136 
 .El  .El
 .Pp  .Pp
 For each input file,  For each input file,
 .Nm hexdump  .Nm
 sequentially copies the input to standard output, transforming the  sequentially copies the input to standard output, transforming the
 data according to the format strings specified by the  data according to the format strings specified by the
 .Fl e  .Fl e
Line 198 
Line 198 
 .Ed  .Ed
 .El  .El
 .Pp  .Pp
 .Nm hexdump  .Nm
 also supports the following additional conversion strings:  also supports the following additional conversion strings:
 .Bl -tag -width Fl  .Bl -tag -width Fl
 .It Cm \&_a Ns Op Cm dox  .It Cm \&_a Ns Op Cm dox
Line 309 
Line 309 
 .Fl x  .Fl x
 option.  option.
 .Pp  .Pp
 .Nm hexdump  .Nm
 exits 0 on success or >0 if an error occurred.  exits 0 on success or >0 if an error occurred.
 .Sh EXAMPLES  .Sh EXAMPLES
 Display the input in perusal format:  Display the input in perusal format:
Line 326 
Line 326 
 .Ed  .Ed
 .Sh STANDARDS  .Sh STANDARDS
 The  The
 .Nm hexdump  .Nm
 utility is expected to be  utility is expected to be
 .St -p1003.2  .St -p1003.2
 compatible.  compatible.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8