svn commit: r209035 - head/usr.bin/hexdump

Ulrich Spoerlein uqs at FreeBSD.org
Fri Jun 11 06:04:14 UTC 2010


Author: uqs
Date: Fri Jun 11 06:04:14 2010
New Revision: 209035
URL: http://svn.freebsd.org/changeset/base/209035

Log:
  Use same table markup as in hexdump.1

Modified:
  head/usr.bin/hexdump/od.1

Modified: head/usr.bin/hexdump/od.1
==============================================================================
--- head/usr.bin/hexdump/od.1	Fri Jun 11 06:04:07 2010	(r209034)
+++ head/usr.bin/hexdump/od.1	Fri Jun 11 06:04:14 2010	(r209035)
@@ -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.


More information about the svn-src-all mailing list