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

Diff for /src/usr.bin/hexdump/od.1 between version 1.26 and 1.27

version 1.26, 2014/04/14 22:51:20 version 1.27, 2014/04/15 15:35:24
Line 37 
Line 37 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm od  .Nm od
 .Bk -words  .Bk -words
 .Op Fl aBbcDdeFfHhIiLlOovXx  .Op Fl aBbcDdeFfHhIiLlOosvXx
 .Op Fl A Ar base  .Op Fl A Ar base
 .Op Fl j Ar offset  .Op Fl j Ar offset
 .Op Fl N Ar length  .Op Fl N Ar length
Line 99 
Line 99 
 Display the input offset in octal, followed by four space-separated,  Display the input offset in octal, followed by four space-separated,
 ten column, space filled, four-byte units of input data, in octal, per line.  ten column, space filled, four-byte units of input data, in octal, per line.
 .It Fl d  .It Fl d
 .Em Two-byte decimal display .  .Em Two-byte unsigned decimal display .
 Display the input offset in octal, followed by eight  Display the input offset in octal, followed by eight
 space-separated, five column, zero-filled, two-byte units  space-separated, five column, zero-filled, two-byte units
 of input data, in unsigned decimal, per line.  of input data, in unsigned decimal, per line.
Line 186 
Line 186 
 Display the input offset in octal, followed by eight  Display the input offset in octal, followed by eight
 space-separated, six column, zero-filled, two-byte units  space-separated, six column, zero-filled, two-byte units
 of input data, in octal, per line.  of input data, in octal, per line.
   .It Fl s
   .Em Two-byte signed decimal display .
   Display the input offset in octal, followed by eight
   space-separated, five column, zero-filled, two-byte units
   of input data, in signed decimal, per line.
 .It Fl t Ar type_string  .It Fl t Ar type_string
 Specify one or more output types.  Specify one or more output types.
 The  The
Line 298 
Line 303 
 .Sh EXIT STATUS  .Sh EXIT STATUS
 .Ex -std od  .Ex -std od
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr hexdump 1 ,  .Xr hexdump 1
 .Xr strings 1  
 .Sh HISTORY  .Sh HISTORY
 The  The
 .Nm  .Nm

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27