Deleted Added
full compact
od.1 (165526) od.1 (204053)
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.\" $FreeBSD: head/usr.bin/hexdump/od.1 165526 2006-12-24 14:23:35Z ru $
33.\" $FreeBSD: head/usr.bin/hexdump/od.1 204053 2010-02-18 19:06:30Z gavin $
34.\"
34.\"
35.Dd December 24, 2006
35.Dd February 18, 2010
36.Os
37.Dt OD 1
38.Sh NAME
39.Nm od
40.Nd octal, decimal, hex, ASCII dump
41.Sh SYNOPSIS
42.Nm
43.Op Fl aBbcDdeFfHhIiLlOosvXx

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

150.Pq Tn ASCII .
151Control characters are displayed using the following names:
152.Bl -column "000 NUL" "001 SOH" "002 STX" "003 ETX" "004 EOT" "005 ENQ"
153.It "000 NUL 001 SOH 002 STX 003 ETX 004 EOT 005 ENQ"
154.It "006 ACK 007 BEL 008 BS 009 HT 00a NL 00b VT"
155.It "00c FF 00d CR 00e SO 00f SI 010 DLE 011 DC1"
156.It "012 DC2 013 DC3 014 DC4 015 NAK 016 SYN 017 ETB"
157.It "018 CAN 019 EM 01a SUB 01b ESC 01c FS 01d GS"
36.Os
37.Dt OD 1
38.Sh NAME
39.Nm od
40.Nd octal, decimal, hex, ASCII dump
41.Sh SYNOPSIS
42.Nm
43.Op Fl aBbcDdeFfHhIiLlOosvXx

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

150.Pq Tn ASCII .
151Control characters are displayed using the following names:
152.Bl -column "000 NUL" "001 SOH" "002 STX" "003 ETX" "004 EOT" "005 ENQ"
153.It "000 NUL 001 SOH 002 STX 003 ETX 004 EOT 005 ENQ"
154.It "006 ACK 007 BEL 008 BS 009 HT 00a NL 00b VT"
155.It "00c FF 00d CR 00e SO 00f SI 010 DLE 011 DC1"
156.It "012 DC2 013 DC3 014 DC4 015 NAK 016 SYN 017 ETB"
157.It "018 CAN 019 EM 01a SUB 01b ESC 01c FS 01d GS"
158.It "01e RS 01f US 020 SP 0ff DEL"
158.It "01e RS 01f US 020 SP 07f DEL"
159.El
160.It Cm c
161Characters in the default character set.
162Non-printing characters are
163represented as 3-digit octal character codes, except the following
164characters, which are represented as C escapes:
165.Pp
166.Bl -tag -width carriage-return -compact

--- 102 unchanged lines hidden ---
159.El
160.It Cm c
161Characters in the default character set.
162Non-printing characters are
163represented as 3-digit octal character codes, except the following
164characters, which are represented as C escapes:
165.Pp
166.Bl -tag -width carriage-return -compact

--- 102 unchanged lines hidden ---