diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-05 08:50:00 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-05 08:50:00 +0000 |
commit | db8993ce9e6aa8f4320ac5665a2f02d16a3521b4 (patch) | |
tree | 761b6857bed4b6636e0890ce4cc63da15d22da9c /usr.bin/hexdump/od.1 | |
parent | f7d655d51e80b5818042fd9f7d30dc06d2dfa542 (diff) |
Capitalize ASCII code names.
Approved by: re
Notes
Notes:
svn path=/head/; revision=107631
Diffstat (limited to 'usr.bin/hexdump/od.1')
-rw-r--r-- | usr.bin/hexdump/od.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 5ea01640374f..ed43c4ed20fb 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. |