diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-06-11 06:04:14 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-06-11 06:04:14 +0000 |
commit | 72f27fcbb150846d6324f29c527d8d9a35a44e47 (patch) | |
tree | 9bf0eef364807506987ab47579f1af6e7ee51509 /usr.bin/hexdump | |
parent | a90fbe1dbbbcae00bf6e945f46fcf0cf0abc93e1 (diff) | |
download | src-72f27fcbb150846d6324f29c527d8d9a35a44e47.tar.gz src-72f27fcbb150846d6324f29c527d8d9a35a44e47.zip |
Notes
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r-- | usr.bin/hexdump/od.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index b5b5494a47aa..24af90e44afd 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -150,12 +150,12 @@ 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 07f DEL" +.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 07F DEL .El .It Cm c Characters in the default character set. |