summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
committerjoel <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
commit4234591b03e753d1515af0b97f7b10e85b3b0f16 (patch)
treecfe37b07c91a21b11ef67e7d2af479becafb2652 /usr.bin/hexdump
parent39153f7b71fce5c5ff6372cd72d647d48566d697 (diff)
downloadFreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.zip
FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.tar.gz
mdoc: terminate quoted strings.
Reviewed by: brueffer
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r--usr.bin/hexdump/hexdump.128
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1
index fe4c5eb..5fd75e9 100644
--- a/usr.bin/hexdump/hexdump.1
+++ b/usr.bin/hexdump/hexdump.1
@@ -200,14 +200,14 @@ The single character escape sequences
described in the C standard are supported:
.Bd -ragged -offset indent -compact
.Bl -column <alert_character>
-.It "NUL \e0
-.It "<alert character> \ea
-.It "<backspace> \eb
-.It "<form-feed> \ef
-.It "<newline> \en
-.It "<carriage return> \er
-.It "<tab> \et
-.It "<vertical tab> \ev
+.It "NUL \e0"
+.It "<alert character> \ea"
+.It "<backspace> \eb"
+.It "<form-feed> \ef"
+.It "<newline> \en"
+.It "<carriage return> \er"
+.It "<tab> \et"
+.It "<vertical tab> \ev"
.El
.Ed
.El
@@ -249,12 +249,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\t07F\ 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\t07F\ DEL"
.El
.El
.Pp
OpenPOWER on IntegriCloud