From 4b97577172adf196656c5d76ced169bbe94af331 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 5 Dec 2002 08:50:00 +0000 Subject: Capitalize ASCII code names. Approved by: re --- usr.bin/hexdump/hexdump.1 | 12 ++++++------ usr.bin/hexdump/od.1 | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'usr.bin') 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 diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 5ea0164..ed43c4e 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -149,13 +149,13 @@ is a string containing one or more of the following kinds of type specifiers: Named characters .Pq Tn ASCII . Control characters are displayed using the following names: -.Bl -column "000 nul" "001 soh" "002 stx" "003 etx" "004 eot" "005 enq" -.It "000 nul 001 soh 002 stx 003 etx 004 eot 005 enq" -.It "006 ack 007 bel 008 bs 009 ht 00A nl 00B vt" -.It "00C ff 00D cr 00E so 00F si 010 dle 011 dc1" -.It "012 dc2 013 dc3 014 dc4 015 nak 016 syn 017 etb" -.It "018 can 019 em 01A sub 01B esc 01C fs 01D gs" -.It "01E rs 01F us 020 sp 0FF del" +.Bl -column "000 NUL" "001 SOH" "002 STX" "003 ETX" "004 EOT" "005 ENQ" +.It "000 NUL 001 SOH 002 STX 003 ETX 004 EOT 005 ENQ" +.It "006 ACK 007 BEL 008 BS 009 HT 00a NL 00b VT" +.It "00c FF 00d CR 00e SO 00f SI 010 DLE 011 DC1" +.It "012 DC2 013 DC3 014 DC4 015 NAK 016 SYN 017 ETB" +.It "018 CAN 019 EM 01a SUB 01b ESC 01c FS 01d GS" +.It "01e RS 01f US 020 SP 0ff DEL" .El .It Cm c Characters in the default character set. -- cgit v1.1