summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump/od.1
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2007-02-07 12:18:46 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2007-02-07 12:18:46 +0000
commite48b4d3585487290c6df359632585e08c7dce2e3 (patch)
tree5779667a0c7dc2793b0718218e97177327c641e4 /usr.bin/hexdump/od.1
parent78f7807e3b4248f4761ccb78b73fceebae689d3b (diff)
its four-byte, not four byte; ok jmc@
Diffstat (limited to 'usr.bin/hexdump/od.1')
-rw-r--r--usr.bin/hexdump/od.118
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