[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.21 and 1.22

version 1.21, 2009/02/08 17:15:10 version 1.22, 2010/03/23 08:43:03
Line 37 
Line 37 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm od  .Nm od
 .Op Fl aBbcDdeFfHhIiLlOovXx  .Op Fl aBbcDdeFfHhIiLlOovXx
   .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
 .Op Fl t Ar type_string  .Op Fl t Ar type_string
Line 72 
Line 73 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Fl  .Bl -tag -width Fl
   .It Fl A Ar base
   Specify the input address base.
   The argument
   .Ar base
   may be one of
   .Cm d ,
   .Cm o ,
   .Cm x ,
   or
   .Cm n ,
   which specify decimal, octal, hexadecimal
   addresses or no address, respectively.
 .It Fl a  .It Fl a
 .Em One-byte character display .  .Em One-byte character display .
 Display the input offset in octal, followed by sixteen  Display the input offset in octal, followed by sixteen

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22