hexdump.1 (da52b4caaf187775f6b56a72c6b16e94ad728f7b) hexdump.1 (c2965cd1854b75e6a13cb4bd6759b71adc8d2a87)
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.

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

195.It
196The conversion characters ``h'', ``l'', ``n'', ``p'' and ``q'' are
197not supported.
198.It
199The single character escape sequences
200described in the C standard are supported:
201.Bd -ragged -offset indent -compact
202.Bl -column <alert_character>
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.

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

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

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

244.It Cm _u
245Output US
246.Tn ASCII
247characters, with the exception that control characters are
248displayed using the following, lower-case, names.
249Characters greater than 0xff, hexadecimal, are displayed as hexadecimal
250strings.
251.Bl -column \&000_nu \&001_so \&002_st \&003_et \&004_eo
211.El
212.Ed
213.El
214.Pp
215The
216.Nm
217utility also supports the following additional conversion strings:
218.Bl -tag -width Fl

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

244.It Cm _u
245Output US
246.Tn ASCII
247characters, with the exception that control characters are
248displayed using the following, lower-case, names.
249Characters greater than 0xff, hexadecimal, are displayed as hexadecimal
250strings.
251.Bl -column \&000_nu \&001_so \&002_st \&003_et \&004_eo
252.It "\&000\ NUL\t001\ SOH\t002\ STX\t003\ ETX\t004\ EOT\t005\ ENQ
253.It "\&006\ ACK\t007\ BEL\t008\ BS\t009\ HT\t00A\ LF\t00B\ VT
254.It "\&00C\ FF\t00D\ CR\t00E\ SO\t00F\ SI\t010\ DLE\t011\ DC1
255.It "\&012\ DC2\t013\ DC3\t014\ DC4\t015\ NAK\t016\ SYN\t017\ ETB
256.It "\&018\ CAN\t019\ EM\t01A\ SUB\t01B\ ESC\t01C\ FS\t01D\ GS
257.It "\&01E\ RS\t01F\ US\t07F\ DEL
252.It "\&000\ NUL\t001\ SOH\t002\ STX\t003\ ETX\t004\ EOT\t005\ ENQ"
253.It "\&006\ ACK\t007\ BEL\t008\ BS\t009\ HT\t00A\ LF\t00B\ VT"
254.It "\&00C\ FF\t00D\ CR\t00E\ SO\t00F\ SI\t010\ DLE\t011\ DC1"
255.It "\&012\ DC2\t013\ DC3\t014\ DC4\t015\ NAK\t016\ SYN\t017\ ETB"
256.It "\&018\ CAN\t019\ EM\t01A\ SUB\t01B\ ESC\t01C\ FS\t01D\ GS"
257.It "\&01E\ RS\t01F\ US\t07F\ DEL"
258.El
259.El
260.Pp
261The default and supported byte counts for the conversion characters
262are as follows:
263.Bl -tag -width "Xc,_Xc,_Xc,_Xc,_Xc,_Xc" -offset indent
264.It Li \&%_c , \&%_p , \&%_u , \&%c
265One byte counts only.

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

--- 82 unchanged lines hidden ---