diff options
author | ru <ru@FreeBSD.org> | 2002-12-05 08:50:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-05 08:50:00 +0000 |
commit | 4b97577172adf196656c5d76ced169bbe94af331 (patch) | |
tree | 761b6857bed4b6636e0890ce4cc63da15d22da9c /usr.bin/hexdump/hexdump.1 | |
parent | 942d317f3bbb91821afde1eb9e8e32df496f9de7 (diff) | |
download | FreeBSD-src-4b97577172adf196656c5d76ced169bbe94af331.zip FreeBSD-src-4b97577172adf196656c5d76ced169bbe94af331.tar.gz |
Capitalize ASCII code names.
Approved by: re
Diffstat (limited to 'usr.bin/hexdump/hexdump.1')
-rw-r--r-- | usr.bin/hexdump/hexdump.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index a004c1d..b53d47f 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -253,12 +253,12 @@ displayed using the following, lower-case, names. Characters greater than 0xff, hexadecimal, are displayed as hexadecimal strings. .Bl -column \&000_nu \&001_so \&002_st \&003_et \&004_eo -.It "\&000\ nul\t001\ soh\t002\ stx\t003\ etx\t004\ eot\t005\ enq -.It "\&006\ ack\t007\ bel\t008\ bs\t009\ ht\t00A\ lf\t00B\ vt -.It "\&00C\ ff\t00D\ cr\t00E\ so\t00F\ si\t010\ dle\t011\ dc1 -.It "\&012\ dc2\t013\ dc3\t014\ dc4\t015\ nak\t016\ syn\t017\ etb -.It "\&018\ can\t019\ em\t01A\ sub\t01B\ esc\t01C\ fs\t01D\ gs -.It "\&01E\ rs\t01F\ us\t0FF\ del +.It "\&000\ NUL\t001\ SOH\t002\ STX\t003\ ETX\t004\ EOT\t005\ ENQ +.It "\&006\ ACK\t007\ BEL\t008\ BS\t009\ HT\t00A\ LF\t00B\ VT +.It "\&00C\ FF\t00D\ CR\t00E\ SO\t00F\ SI\t010\ DLE\t011\ DC1 +.It "\&012\ DC2\t013\ DC3\t014\ DC4\t015\ NAK\t016\ SYN\t017\ ETB +.It "\&018\ CAN\t019\ EM\t01A\ SUB\t01B\ ESC\t01C\ FS\t01D\ GS +.It "\&01E\ RS\t01F\ US\t0FF\ DEL .El .El .Pp |