[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.17 and 1.18

version 1.17, 2007/02/06 20:13:00 version 1.18, 2007/02/06 20:22:19
Line 38 
Line 38 
 .Nd ascii, decimal, hexadecimal, octal dump  .Nd ascii, decimal, hexadecimal, octal dump
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm hexdump  .Nm hexdump
 .Op Fl bcCdovx  
 .Bk -words  .Bk -words
   .Op Fl bCcdovx
 .Op Fl e Ar format_string  .Op Fl e Ar format_string
 .Ek  
 .Bk -words  
 .Op Fl f Ar format_file  .Op Fl f Ar format_file
 .Ek  
 .Bk -words  
 .Op Fl n Ar length  .Op Fl n Ar length
   .Op Fl s Ar offset
   .Op Ar
 .Ek  .Ek
 .Bk -words  
 .Op Fl s Ar skip  
 .Ek  
 .Ar file ...  
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm
Line 66 
Line 60 
 Display the input offset in hexadecimal, followed by sixteen  Display the input offset in hexadecimal, followed by sixteen
 space-separated, three column, zero-filled, bytes of input data,  space-separated, three column, zero-filled, bytes of input data,
 in octal, per line.  in octal, per line.
 .It Fl c  
 .Em One-byte character display .  
 Display the input offset in hexadecimal, followed by sixteen  
 space-separated, three column, space-filled, characters of input  
 data per line.  
 .It Fl C  .It Fl C
 .Em Canonical hex+ASCII display .  .Em Canonical hex+ASCII display .
 Display the input offset in hexadecimal, followed by sixteen  Display the input offset in hexadecimal, followed by sixteen
 space-separated, two column, hexadecimal bytes, followed by the  space-separated, two column, hexadecimal bytes, followed by the
 same sixteen bytes in %_p format enclosed in ``|'' characters.  same sixteen bytes in %_p format enclosed in ``|'' characters.
   .It Fl c
   .Em One-byte character display .
   Display the input offset in hexadecimal, followed by sixteen
   space-separated, three column, space-filled, characters of input
   data per line.
 .It Fl d  .It Fl d
 .Em Two-byte decimal display .  .Em Two-byte decimal display .
 Display the input offset in hexadecimal, followed by eight  Display the input offset in hexadecimal, followed by eight

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18