Deleted Added
full compact
hexdump.1 (68963) hexdump.1 (70197)
1.\" Copyright (c) 1989, 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.\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94
1.\" Copyright (c) 1989, 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.\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94
33.\" $FreeBSD: head/usr.bin/hexdump/hexdump.1 68963 2000-11-20 19:21:22Z ru $
33.\" $FreeBSD: head/usr.bin/hexdump/hexdump.1 70197 2000-12-19 16:00:12Z ru $
34.\"
35.Dd April 18, 1994
36.Dt HEXDUMP 1
37.Os
38.Sh NAME
39.Nm hexdump , hd
40.Nd ASCII, decimal, hexadecimal, octal dump
41.Sh SYNOPSIS

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

201.It
202The conversion characters ``h'', ``l'', ``n'', ``p'' and ``q'' are
203not supported.
204.It
205The single character escape sequences
206described in the C standard are supported:
207.Bd -ragged -offset indent -compact
208.Bl -column <alert_character>
34.\"
35.Dd April 18, 1994
36.Dt HEXDUMP 1
37.Os
38.Sh NAME
39.Nm hexdump , hd
40.Nd ASCII, decimal, hexadecimal, octal dump
41.Sh SYNOPSIS

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

201.It
202The conversion characters ``h'', ``l'', ``n'', ``p'' and ``q'' are
203not supported.
204.It
205The single character escape sequences
206described in the C standard are supported:
207.Bd -ragged -offset indent -compact
208.Bl -column <alert_character>
209.It NUL \e0
210.It \ea
211.It \eb
212.It \ef
213.It \en
214.It \er
215.It \et
216.It \ev
209.It "NUL \e0
210.It "<alert character> \ea
211.It "<backspace> \eb
212.It "<form-feed> \ef
213.It "<newline> \en
214.It "<carriage return> \er
215.It "<tab> \et
216.It "<vertical tab> \ev
217.El
218.Ed
219.El
220.Pp
221.Nm Hexdump
222also supports the following additional conversion strings:
223.Bl -tag -width Fl
224.It Cm \&_a Ns Op Cm dox

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

247Nonprinting characters are displayed as a single
248.Dq Cm \&. .
249.It Cm _u
250Output US ASCII characters, with the exception that control characters are
251displayed using the following, lower-case, names.
252Characters greater than 0xff, hexadecimal, are displayed as hexadecimal
253strings.
254.Bl -column \&000_nu \&001_so \&002_st \&003_et \&004_eo
217.El
218.Ed
219.El
220.Pp
221.Nm Hexdump
222also supports the following additional conversion strings:
223.Bl -tag -width Fl
224.It Cm \&_a Ns Op Cm dox

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

247Nonprinting characters are displayed as a single
248.Dq Cm \&. .
249.It Cm _u
250Output US ASCII characters, with the exception that control characters are
251displayed using the following, lower-case, names.
252Characters greater than 0xff, hexadecimal, are displayed as hexadecimal
253strings.
254.Bl -column \&000_nu \&001_so \&002_st \&003_et \&004_eo
255.It \&000\ nul\t001\ soh\t002\ stx\t003\ etx\t004\ eot\t005\ enq
256.It \&006\ ack\t007\ bel\t008\ bs\t009\ ht\t00A\ lf\t00B\ vt
257.It \&00C\ ff\t00D\ cr\t00E\ so\t00F\ si\t010\ dle\t011\ dc1
258.It \&012\ dc2\t013\ dc3\t014\ dc4\t015\ nak\t016\ syn\t017\ etb
259.It \&018\ can\t019\ em\t01A\ sub\t01B\ esc\t01C\ fs\t01D\ gs
260.It \&01E\ rs\t01F\ us\t0FF\ del
255.It "\&000\ nul\t001\ soh\t002\ stx\t003\ etx\t004\ eot\t005\ enq
256.It "\&006\ ack\t007\ bel\t008\ bs\t009\ ht\t00A\ lf\t00B\ vt
257.It "\&00C\ ff\t00D\ cr\t00E\ so\t00F\ si\t010\ dle\t011\ dc1
258.It "\&012\ dc2\t013\ dc3\t014\ dc4\t015\ nak\t016\ syn\t017\ etb
259.It "\&018\ can\t019\ em\t01A\ sub\t01B\ esc\t01C\ fs\t01D\ gs
260.It "\&01E\ rs\t01F\ us\t0FF\ del
261.El
262.El
263.Pp
264The default and supported byte counts for the conversion characters
265are as follows:
266.Bl -tag -width "Xc,_Xc,_Xc,_Xc,_Xc,_Xc" -offset indent
267.It Li \&%_c , \&%_p , \&%_u , \&%c
268One byte counts only.

--- 82 unchanged lines hidden ---
261.El
262.El
263.Pp
264The default and supported byte counts for the conversion characters
265are as follows:
266.Bl -tag -width "Xc,_Xc,_Xc,_Xc,_Xc,_Xc" -offset indent
267.It Li \&%_c , \&%_p , \&%_u , \&%c
268One byte counts only.

--- 82 unchanged lines hidden ---