summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-19 16:00:12 +0000
committerru <ru@FreeBSD.org>2000-12-19 16:00:12 +0000
commite6cfc0711d42b788dfda52afaa34dfa1d8d0c836 (patch)
tree3e3e99138c29467e2987054a0115836dd1c5912b /usr.bin/tr
parent4d68e37482c9f0a699a5289ec9e03c9d8eb0b2ec (diff)
downloadFreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.zip
FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.tar.gz
Prepare for mdoc(7)NG.
Diffstat (limited to 'usr.bin/tr')
-rw-r--r--usr.bin/tr/tr.166
1 files changed, 33 insertions, 33 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1
index bffd871..ad55ca9 100644
--- a/usr.bin/tr/tr.1
+++ b/usr.bin/tr/tr.1
@@ -145,13 +145,13 @@ A backslash followed by certain special characters maps to special
values.
.Pp
.Bl -column
-.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.
@@ -162,34 +162,34 @@ Represents all characters belonging to the defined character class.
Class names are:
.Pp
.Bl -column
-.It alnum <alphanumeric characters>
-.It alpha <alphabetic characters>
-.It cntrl <control characters>
-.It digit <numeric characters>
-.It graph <graphic characters>
-.It lower <lower-case alphabetic characters>
-.It print <printable characters>
-.It punct <punctuation characters>
-.It space <space characters>
-.It upper <upper-case characters>
-.It xdigit <hexadecimal characters>
+.It "alnum <alphanumeric characters>
+.It "alpha <alphabetic characters>
+.It "cntrl <control characters>
+.It "digit <numeric characters>
+.It "graph <graphic characters>
+.It "lower <lower-case alphabetic characters>
+.It "print <printable characters>
+.It "punct <punctuation characters>
+.It "space <space characters>
+.It "upper <upper-case characters>
+.It "xdigit <hexadecimal characters>
.El
.Pp
-\." All classes may be used in
-\." .Ar string1 ,
-\." and in
-\." .Ar string2
-\." when both the
-\." .Fl d
-\." and
-\." .Fl s
-\." options are specified.
-\." Otherwise, only the classes ``upper'' and ``lower'' may be used in
-\." .Ar string2
-\." and then only when the corresponding class (``upper'' for ``lower''
-\." and vice-versa) is specified in the same relative position in
-\." .Ar string1 .
-\." .Pp
+.\" All classes may be used in
+.\" .Ar string1 ,
+.\" and in
+.\" .Ar string2
+.\" when both the
+.\" .Fl d
+.\" and
+.\" .Fl s
+.\" options are specified.
+.\" Otherwise, only the classes ``upper'' and ``lower'' may be used in
+.\" .Ar string2
+.\" and then only when the corresponding class (``upper'' for ``lower''
+.\" and vice-versa) is specified in the same relative position in
+.\" .Ar string1 .
+.\" .Pp
With the exception of the ``upper'' and ``lower'' classes, characters
in the classes are in unspecified order.
In the ``upper'' and ``lower'' classes, characters are entered in
OpenPOWER on IntegriCloud