aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-04-19 23:44:58 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-04-19 23:44:58 +0000
commit3898680cf705cef4e1cc606b44cd91fc4252bcd5 (patch)
tree1070287b1054de985087e8287086ae5d4c5ed090 /usr.bin/hexdump
parent0c7c579ba6b65512b9b668508dc41b8b5b057c65 (diff)
downloadsrc-3898680cf705cef4e1cc606b44cd91fc4252bcd5.tar.gz
src-3898680cf705cef4e1cc606b44cd91fc4252bcd5.zip
Use `The .Nm utility'
Notes
Notes: svn path=/head/; revision=95083
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r--usr.bin/hexdump/hexdump.115
-rw-r--r--usr.bin/hexdump/od.110
2 files changed, 14 insertions, 11 deletions
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1
index 51e9415fdc92..84ae2f1576a4 100644
--- a/usr.bin/hexdump/hexdump.1
+++ b/usr.bin/hexdump/hexdump.1
@@ -65,7 +65,7 @@ the standard input, if no files are specified, in a user specified
format.
.Pp
The options are as follows:
-.Bl -tag -width Fl
+.Bl -tag -width indent
.It Fl b
.Em One-byte octal display .
Display the input offset in hexadecimal, followed by sixteen
@@ -137,9 +137,7 @@ or
.Li 1048576 ,
respectively.
.It Fl v
-The
-.Fl v
-option causes
+Cause
.Nm
to display all input data.
Without the
@@ -218,8 +216,9 @@ described in the C standard are supported:
.Ed
.El
.Pp
-.Nm Hexdump
-also supports the following additional conversion strings:
+The
+.Nm
+utility also supports the following additional conversion strings:
.Bl -tag -width Fl
.It Cm \&_a Ns Op Cm dox
Display the input offset, cumulative across input files, of the
@@ -247,7 +246,9 @@ Output characters in the default character set.
Nonprinting characters are displayed as a single
.Dq Cm \&. .
.It Cm _u
-Output US ASCII characters, with the exception that control characters are
+Output US
+.Tn ASCII
+characters, with the exception that control characters are
displayed using the following, lower-case, names.
Characters greater than 0xff, hexadecimal, are displayed as hexadecimal
strings.
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1
index f28b9a0e20db..ebbb9da6962e 100644
--- a/usr.bin/hexdump/od.1
+++ b/usr.bin/hexdump/od.1
@@ -51,12 +51,14 @@
.Sm on
.Ar file
.Sh DESCRIPTION
-.Nm Od
-has been deprecated in favor of
+The
+.Nm
+utility has been deprecated in favor of
.Xr hexdump 1 .
.Pp
-.Nm Hexdump ,
-if called as
+The
+.Nm hexdump
+utility, if called as
.Nm ,
provides compatibility for the options listed above.
.Pp