xref: /original-bsd/usr.bin/hexdump/od.1 (revision 6ab384a1)
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.3 (Berkeley) 07/24/90
7.\"
8.Dd %Q
9.Os BSD 4.4
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 aBbcDdeFfHhIiLlOoPpvXx
17.Ar file
18.Sh DESCRIPTION
19.Nm Od
20has been deprecated in favor of
21.Xr hexdump 1 .
22.Pp
23.Xr Hexdump 1 ,
24if called as
25.Nm od ,
26provides compatibility for the options listed above.
27.Pp
28It does not provide compatibility for the options ``-s'' and ``-w'',
29nor is compatibility provided for the extended argument syntax of
30.Cx ``[
31.Op Sy \&+
32.Li offset
33.Op Sy \&.
34.Op Sy b
35.Cx [label]]''.
36.Cx
37.Sh SEE ALSO
38.Xr hexdump 1
39.Sh BUGS
40Quite a few.
41