xref: /original-bsd/usr.bin/hexdump/od.1 (revision c3e32dec)
1.\" Copyright (c) 1990, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" %sccs.include.redist.roff%
5.\"
6.\"	@(#)od.1	8.1 (Berkeley) 06/06/93
7.\"
8.Dd %Q
9.Os
10.Dt OD 1
11.Sh NAME
12.Nm od
13.Nd octal, decimal, hex, ascii dump
14.Sh SYNOPSIS
15.Nm od
16.Op Fl aBbcDdeFfHhIiLlOovXx
17.Sm off
18.Oo
19.Op Cm \&+
20.Li offset
21.Op Cm \&.
22.Op Cm Bb
23.Oc
24.Ar file
25.Sh DESCRIPTION
26.Nm Od
27has been deprecated in favor of
28.Xr hexdump 1 .
29.Pp
30.Xr Hexdump ,
31if called as
32.Nm od ,
33provides compatibility for the options listed above.
34.Pp
35It does not provide compatibility for the
36.Fl s
37option (see
38.Xr strings 1 )
39or the
40.Fl P ,
41.Fl p ,
42or
43.Fl w
44options, nor is compatibility provided for the ``label'' component
45of the offset syntax.
46.Sh SEE ALSO
47.Xr hexdump 1 ,
48.Xr strings 1
49.Sh BUGS
50Quite a few.
51