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