diff options
-rw-r--r-- | usr.bin/hexdump/od.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 45e7826949c..90157347871 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: od.1,v 1.16 2007/02/07 06:10:59 jmc Exp $ +.\" $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,7 +113,7 @@ of input data, in unsigned decimal, per line. .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 +twenty-one column, space filled, eight-byte units of input data, in floating point, per line. .It Fl F Same as @@ -121,22 +121,22 @@ Same as .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 +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, +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, +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 +eleven column, space filled, four-byte units of input data, in decimal, per line. .It Fl i .Em Two-byte decimal display . @@ -222,12 +222,12 @@ This type character can be optionally followed by the characters .Cm 4 or .Cm F -to specify four byte floating point output, or +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. +to specify eight-byte floating point output. +The default output format is eight-byte floats. See also the .Cm e conversion provided by |