summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-04 11:53:56 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-04 11:53:56 +0000
commitf5558a2c81394fbddd25d59efa1c36d1e4c4e0e0 (patch)
treec23144785810bbeda4c01b8a385873bfa83c8032 /usr.bin/hexdump
parent8e68b36a929e0ad1721fd7f9eee6d57ade5db145 (diff)
correct use of .Nm; some other formatting nits
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r--usr.bin/hexdump/hexdump.112
-rw-r--r--usr.bin/hexdump/od.14
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1
index 54e7a7fa850..e316f250bd8 100644
--- a/usr.bin/hexdump/hexdump.1
+++ b/usr.bin/hexdump/hexdump.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hexdump.1,v 1.7 1999/06/05 01:21:26 aaron Exp $
+.\" $OpenBSD: hexdump.1,v 1.8 1999/07/04 11:53:55 aaron Exp $
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -50,7 +50,7 @@
.Ar file Op Ar ...
.Sh DESCRIPTION
The
-.Nm hexdump
+.Nm
utility is a filter which displays the specified files, or
the standard input, if no files are specified, in a user-specified
format.
@@ -136,7 +136,7 @@ data, in hexadecimal, per line.
.El
.Pp
For each input file,
-.Nm hexdump
+.Nm
sequentially copies the input to standard output, transforming the
data according to the format strings specified by the
.Fl e
@@ -198,7 +198,7 @@ described in the C standard are supported:
.Ed
.El
.Pp
-.Nm hexdump
+.Nm
also supports the following additional conversion strings:
.Bl -tag -width Fl
.It Cm \&_a Ns Op Cm dox
@@ -309,7 +309,7 @@ to specifying the
.Fl x
option.
.Pp
-.Nm hexdump
+.Nm
exits 0 on success or >0 if an error occurred.
.Sh EXAMPLES
Display the input in perusal format:
@@ -326,7 +326,7 @@ Implement the \-x option:
.Ed
.Sh STANDARDS
The
-.Nm hexdump
+.Nm
utility is expected to be
.St -p1003.2
compatible.
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1
index fd77f9860c7..43a370a9923 100644
--- a/usr.bin/hexdump/od.1
+++ b/usr.bin/hexdump/od.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: od.1,v 1.4 1999/07/02 20:11:45 aaron Exp $
+.\" $OpenBSD: od.1,v 1.5 1999/07/04 11:53:55 aaron Exp $
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -50,7 +50,7 @@
.Oc
.Ar file
.Sh DESCRIPTION
-.Nm od
+.Nm
has been deprecated in favor of
.Xr hexdump 1 .
.Pp