[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.30 and 1.31

version 1.30, 2014/04/19 09:24:28 version 1.31, 2015/09/16 08:47:26
Line 36 
Line 36 
 .Nd octal, decimal, hex, ascii dump  .Nd octal, decimal, hex, ascii dump
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm od  .Nm od
 .Bk -words  
 .Op Fl aBbcDdeFfHhIiLlOosvXx  .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
 .Op Fl t Ar type_string  .Op Fl t Ar type_string
 .Sm off  
 .Oo  
 .Op Cm \&+  
 .Li offset  
 .Op Cm \&.  
 .Op Cm Bb  
 .Sm on  
 .Oc  
 .Op Ar  .Op Ar
 .Ek  
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm
Line 166 
Line 156 
 or  or
 .Li 1048576 ,  .Li 1048576 ,
 respectively.  respectively.
   .Pp
   As an alternative to
   .Nm
   .Fl j Ar offset
   .Op Ar file ,
   the X/Open System Interfaces syntax
   .Nm
   .Op Ar file
   .Sm off
   .Op Cm \&+
   .Ar offset
   .Op Cm \&.
   .Op Cm Bb
   .Sm on
   is also supported.
 .It Fl L  .It Fl L
 Same as  Same as
 .Fl I .  .Fl I .

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31