[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.11 and 1.12

version 1.11, 2003/01/06 09:04:30 version 1.12, 2003/06/10 09:12:10
Line 89 
Line 89 
 .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
 space-separated, three column, space-filled, characters of input data  space-separated, three column, space-filled, characters of input data
 per line.  Control characters are printed as their names instead of as  per line.
 C-style escapes.  Control characters are printed as their names instead of as C-style escapes.
 .It Fl B  .It Fl B
 Same as  Same as
 .Fl o .  .Fl o .
Line 98 
Line 98 
 .Em One-byte octal display .  .Em One-byte octal display .
 Display the input offset in octal, followed by sixteen  Display the input offset in octal, followed by sixteen
 space-separated, three column, zero-filled, bytes of input data, in  space-separated, three column, zero-filled, bytes of input data, in
 octal, per line.  This is the default output style if no other is  octal, per line.
 selected.  This is the default output style if no other is selected.
 .It Fl c  .It Fl c
 .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
 space-separated, three column, space-filled, characters of input data  space-separated, three column, space-filled, characters of input data
 per line.  Control characters are printed as c style escapes, or as  per line.
 three octal digits, if no c escape exists for the character.  Control characters are printed as c style escapes, or as three octal digits,
   if no c escape exists for the character.
 .It Fl d  .It Fl d
 .Em Two-byte decimal display .  .Em Two-byte decimal display .
 Display the input offset in octal, followed by eight  Display the input offset in octal, followed by eight
Line 195 
Line 196 
 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 t Ar type_string  .It Fl t Ar type_string
 Specify one or more output types.  The  Specify one or more output types.
   The
 .Em type_string  .Em type_string
 option-argument must be a string specifying the types to be used when  option-argument must be a string specifying the types to be used when
 writing the input data.  The string must consist of the type  writing the input data.
 specification characters:  The string must consist of the type specification characters:
 .Pp  .Pp
 .Cm a  .Cm a
 selects US-ASCII output, with control characters replaced with their  selects US-ASCII output, with control characters replaced with their
 names instead of as c escape sequences.  See also the  names instead of as c escape sequences.
   See also the
 .Cm _u  .Cm _u
 conversion provided by hexdump(1).  conversion provided by
   .Xr hexdump 1 .
 .Pp  .Pp
 .Cm c  .Cm c
 selects a standard character based conversion.  See also the  selects a standard character based conversion.
   See also the
 .Cm _c  .Cm _c
 conversion provided by hexdump(1).  conversion provided by
   .Xr hexdump 1 .
 .Pp  .Pp
 .Cm f  .Cm f
 selects the floating point output format.  This type character can be  selects the floating point output format.
 optionally followed by the characters  This type character can be optionally followed by the characters
 .Cm 4  .Cm 4
 or  or
 .Cm F  .Cm F
Line 222 
Line 228 
 .Cm 8  .Cm 8
 or  or
 .Cm L  .Cm L
 to specify eight byte floating point output.  The default output  to specify eight byte floating point output.
 format is eight byte floats.  See also the  The default output format is eight byte floats.
   See also the
 .Cm e  .Cm e
 conversion provided by hexdump(1).  conversion provided by
   .Xr hexdump 1 .
 .Pp  .Pp
 .Cm d ,  .Cm d ,
 .Cm o ,  .Cm o ,
Line 257 
Line 265 
 .Cm 4  .Cm 4
 to specify four-byte output, or  to specify four-byte output, or
 .Cm 8  .Cm 8
 to specify eight-byte output.  The default output format is in  to specify eight-byte output.
 four-byte quantities.  See also the  The default output format is in four-byte quantities.
   See also the
 .Cm d ,  .Cm d ,
 .Cm o ,  .Cm o ,
 .Cm u ,  .Cm u ,
 and  and
 .Cm x  .Cm x
 conversions provided by hexdump(1).  conversions provided by
   .Xr hexdump 1 .
 .\"(a|c|f[FLD]?|[doux][C1S2I4L8]?)*  .\"(a|c|f[FLD]?|[doux][C1S2I4L8]?)*
 .It Fl v  .It Fl v
 The  The
Line 289 
Line 299 
 For each input file,  For each input file,
 .Nm  .Nm
 sequentially copies the input to standard output, transforming the  sequentially copies the input to standard output, transforming the
 data according to the options given.  If no options are specified, the  data according to the options given.
 default display is equivalent to specifying the  If no options are specified, the default display is equivalent to
   specifying the
 .Fl o  .Fl o
 option.  option.
 .Pp  .Pp

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12