xref: /csrg-svn/usr.bin/hexdump/od.1 (revision 43729)
141452Sbostic.\" Copyright (c) 1990 The Regents of the University of California.
241452Sbostic.\" All rights reserved.
341452Sbostic.\"
441452Sbostic.\" %sccs.include.redist.man%
541452Sbostic.\"
6*43729Scael.\"     @(#)od.1	5.2 (Berkeley) 06/24/90
741452Sbostic.\"
8*43729Scael.Dd %Q
9*43729Scael.Os BSD 4.4
10*43729Scael.Dt OD 1
1141452Sbostic.SH NAME
12*43729Scael.Nm od
13*43729Scael.Nd octal, decimal, hex, ascii dump
14*43729Scael.Sh SYNOPSIS
15*43729Scael.Nm od
16*43729Scael.Op Fl aBbcDdeFfHhIiLlOoPpvXx
17*43729Scael.Ar file
18*43729Scael.Sh DESCRIPTION
19*43729Scael.Nm Od
2041452Sbostichas been deprecated in favor of
21*43729Scael.Xr hexdump 1 .
22*43729Scael.Pp
23*43729Scael.Xr Hexdump 1 ,
2441452Sbosticif called as
25*43729Scael.Nm od ,
2641452Sbosticprovides compatibility for the options listed above.
27*43729Scael.Pp
2841452SbosticIt does not provide compatibility for the options ``-s'' and ``-w'',
2941452Sbosticnor is compatibility provided for the extended argument syntax of
30*43729Scael``[
31*43729Scael.Cx Op Sy \&+
32*43729Scael.Li offset
33*43729Scael.Op Sy \&.
34*43729Scael.Op Sy b
35*43729Scael.Cx [label] ]''.
36*43729Scael.Cx
37*43729Scael.Sh SEE ALSO
38*43729Scael.Xr hexdump 1
39*43729Scael.Sh BUGS
4041452SbosticQuite a few.
41