=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/od.1,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/hexdump/od.1 2007/02/07 06:10:59 1.16 --- src/usr.bin/hexdump/od.1 2007/02/07 12:18:45 1.17 *************** *** 1,4 **** ! .\" $OpenBSD: od.1,v 1.16 2007/02/07 06:10:59 jmc Exp $ .\" $NetBSD: od.1,v 1.16 2001/12/07 01:23:42 bjh21 Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. --- 1,4 ---- ! .\" $OpenBSD: od.1,v 1.17 2007/02/07 12:18:45 otto Exp $ .\" $NetBSD: od.1,v 1.16 2001/12/07 01:23:42 bjh21 Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. *************** *** 113,119 **** .It Fl e .Em Eight-byte floating point display . Display the input offset in octal, followed by two space-separated, ! twenty-one column, space filled, eight byte units of input data, in floating point, per line. .It Fl F Same as --- 113,119 ---- .It Fl e .Em Eight-byte floating point display . Display the input offset in octal, followed by two space-separated, ! twenty-one column, space filled, eight-byte units of input data, in floating point, per line. .It Fl F Same as *************** *** 121,142 **** .It Fl f .Em Four-byte floating point display . Display the input offset in octal, followed by four space-separated, ! 14 column, space filled, four byte units of input data, in floating point, per line. .It Fl H .Em Four-byte hex display . Display the input offset in octal, followed by four space-separated, ! eight column, zero filled, four byte units of input data, in hex, per line. .It Fl h .Em Two-byte hex display . Display the input offset in octal, followed by eight space-separated, ! four column, zero filled, two byte units of input data, in hex, per line. .It Fl I .Em Four-byte decimal display . Display the input offset in octal, followed by four space-separated, ! eleven column, space filled, four byte units of input data, in decimal, per line. .It Fl i .Em Two-byte decimal display . --- 121,142 ---- .It Fl f .Em Four-byte floating point display . Display the input offset in octal, followed by four space-separated, ! 14 column, space filled, four-byte units of input data, in floating point, per line. .It Fl H .Em Four-byte hex display . Display the input offset in octal, followed by four space-separated, ! eight column, zero filled, four-byte units of input data, in hex, per line. .It Fl h .Em Two-byte hex display . Display the input offset in octal, followed by eight space-separated, ! four column, zero filled, two-byte units of input data, in hex, per line. .It Fl I .Em Four-byte decimal display . Display the input offset in octal, followed by four space-separated, ! eleven column, space filled, four-byte units of input data, in decimal, per line. .It Fl i .Em Two-byte decimal display . *************** *** 222,233 **** .Cm 4 or .Cm F ! to specify four byte floating point output, or .Cm 8 or .Cm L ! to specify eight byte floating point output. ! The default output format is eight byte floats. See also the .Cm e conversion provided by --- 222,233 ---- .Cm 4 or .Cm F ! to specify four-byte floating point output, or .Cm 8 or .Cm L ! to specify eight-byte floating point output. ! The default output format is eight-byte floats. See also the .Cm e conversion provided by