od.1 (e229ffb7e9a7692f8d610787cd84e33aaca586b7) od.1 (b8923d4cc02d00f2b5f3a265b1a9718e3d28dd46)
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)od.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)od.1 8.1 (Berkeley) 6/6/93
33.\" $Id$
33.\"
34.Dd %Q
35.Os
36.Dt OD 1
37.Sh NAME
38.Nm od
39.Nd octal, decimal, hex, ascii dump
40.Sh SYNOPSIS

--- 28 unchanged lines hidden (view full) ---

69.Fl w
70options, nor is compatibility provided for the ``label'' component
71of the offset syntax.
72.Sh SEE ALSO
73.Xr hexdump 1 ,
74.Xr strings 1
75.Sh BUGS
76Quite a few.
34.\"
35.Dd %Q
36.Os
37.Dt OD 1
38.Sh NAME
39.Nm od
40.Nd octal, decimal, hex, ascii dump
41.Sh SYNOPSIS

--- 28 unchanged lines hidden (view full) ---

70.Fl w
71options, nor is compatibility provided for the ``label'' component
72of the offset syntax.
73.Sh SEE ALSO
74.Xr hexdump 1 ,
75.Xr strings 1
76.Sh BUGS
77Quite a few.
78.Sh HISTORY
79A
80.Nm
81command appeared in
82.At v1 .