xref: /csrg-svn/usr.bin/hexdump/od.1 (revision 44957)
141452Sbostic.\" Copyright (c) 1990 The Regents of the University of California.
241452Sbostic.\" All rights reserved.
341452Sbostic.\"
441452Sbostic.\" %sccs.include.redist.man%
541452Sbostic.\"
6*44957Scael.\"     @(#)od.1	5.3 (Berkeley) 07/24/90
741452Sbostic.\"
843729Scael.Dd %Q
943729Scael.Os BSD 4.4
1043729Scael.Dt OD 1
11*44957Scael.Sh NAME
1243729Scael.Nm od
1343729Scael.Nd octal, decimal, hex, ascii dump
1443729Scael.Sh SYNOPSIS
1543729Scael.Nm od
1643729Scael.Op Fl aBbcDdeFfHhIiLlOoPpvXx
1743729Scael.Ar file
1843729Scael.Sh DESCRIPTION
1943729Scael.Nm Od
2041452Sbostichas been deprecated in favor of
2143729Scael.Xr hexdump 1 .
2243729Scael.Pp
2343729Scael.Xr Hexdump 1 ,
2441452Sbosticif called as
2543729Scael.Nm od ,
2641452Sbosticprovides compatibility for the options listed above.
2743729Scael.Pp
2841452SbosticIt does not provide compatibility for the options ``-s'' and ``-w'',
2941452Sbosticnor is compatibility provided for the extended argument syntax of
30*44957Scael.Cx ``[
31*44957Scael.Op Sy \&+
3243729Scael.Li offset
3343729Scael.Op Sy \&.
3443729Scael.Op Sy b
35*44957Scael.Cx [label]]''.
3643729Scael.Cx
3743729Scael.Sh SEE ALSO
3843729Scael.Xr hexdump 1
3943729Scael.Sh BUGS
4041452SbosticQuite a few.
41