summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr
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/tr
parent39153f7b71fce5c5ff6372cd72d647d48566d697 (diff)
downloadFreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.zip
FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.tar.gz
mdoc: terminate quoted strings.
Reviewed by: brueffer
Diffstat (limited to 'usr.bin/tr')
-rw-r--r--usr.bin/tr/tr.146
1 files changed, 23 insertions, 23 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1
index 4cfd88c..37e68f3 100644
--- a/usr.bin/tr/tr.1
+++ b/usr.bin/tr/tr.1
@@ -146,13 +146,13 @@ the octal sequence to the full 3 octal digits.
A backslash followed by certain special characters maps to special
values.
.Bl -column "\ea"
-.It "\ea <alert character>
-.It "\eb <backspace>
-.It "\ef <form-feed>
-.It "\en <newline>
-.It "\er <carriage return>
-.It "\et <tab>
-.It "\ev <vertical tab>
+.It "\ea <alert character>"
+.It "\eb <backspace>"
+.It "\ef <form-feed>"
+.It "\en <newline>"
+.It "\er <carriage return>"
+.It "\et <tab>"
+.It "\ev <vertical tab>"
.El
.Pp
A backslash followed by any other character maps to that character.
@@ -177,22 +177,22 @@ previous implementations.
Represents all characters belonging to the defined character class.
Class names are:
.Bl -column "phonogram"
-.It "alnum <alphanumeric characters>
-.It "alpha <alphabetic characters>
-.It "blank <whitespace characters>
-.It "cntrl <control characters>
-.It "digit <numeric characters>
-.It "graph <graphic characters>
-.It "ideogram <ideographic characters>
-.It "lower <lower-case alphabetic characters>
-.It "phonogram <phonographic characters>
-.It "print <printable characters>
-.It "punct <punctuation characters>
-.It "rune <valid characters>
-.It "space <space characters>
-.It "special <special characters>
-.It "upper <upper-case characters>
-.It "xdigit <hexadecimal characters>
+.It "alnum <alphanumeric characters>"
+.It "alpha <alphabetic characters>"
+.It "blank <whitespace characters>"
+.It "cntrl <control characters>"
+.It "digit <numeric characters>"
+.It "graph <graphic characters>"
+.It "ideogram <ideographic characters>"
+.It "lower <lower-case alphabetic characters>"
+.It "phonogram <phonographic characters>"
+.It "print <printable characters>"
+.It "punct <punctuation characters>"
+.It "rune <valid characters>"
+.It "space <space characters>"
+.It "special <special characters>"
+.It "upper <upper-case characters>"
+.It "xdigit <hexadecimal characters>"
.El
.Pp
.\" All classes may be used in
OpenPOWER on IntegriCloud