svn commit: r229326 - stable/7/usr.bin/hexdump
Glen Barber
gjb at FreeBSD.org
Mon Jan 2 22:19:56 UTC 2012
Author: gjb (doc committer)
Date: Mon Jan 2 22:19:55 2012
New Revision: 229326
URL: http://svn.freebsd.org/changeset/base/229326
Log:
MFC r209035, r228823:
r209035 (uqs):
- Use same table markup as in hexdump.1
r228823:
- Enclose tabbed content in quotes
Modified:
stable/7/usr.bin/hexdump/od.1
Directory Properties:
stable/7/usr.bin/hexdump/ (props changed)
Modified: stable/7/usr.bin/hexdump/od.1
==============================================================================
--- stable/7/usr.bin/hexdump/od.1 Mon Jan 2 22:19:11 2012 (r229325)
+++ stable/7/usr.bin/hexdump/od.1 Mon Jan 2 22:19:55 2012 (r229326)
@@ -32,7 +32,7 @@
.\" @(#)od.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd February 18, 2010
+.Dd December 22, 2011
.Os
.Dt OD 1
.Sh NAME
@@ -151,11 +151,11 @@ Named characters
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 "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 "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