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