summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-26 17:33:37 +0000
committerru <ru@FreeBSD.org>2002-11-26 17:33:37 +0000
commitb67068895d97e12c12cddfcd9a4300e1ba2b22b3 (patch)
treefc024a5ff7c8a51522b5893547107683e256ad5c /usr.bin/tr
parente2ec9c38f53d895a400e39739f8687241e8931e9 (diff)
downloadFreeBSD-src-b67068895d97e12c12cddfcd9a4300e1ba2b22b3.zip
FreeBSD-src-b67068895d97e12c12cddfcd9a4300e1ba2b22b3.tar.gz
mdoc(7) police: markup polishing.
Approved by: re
Diffstat (limited to 'usr.bin/tr')
-rw-r--r--usr.bin/tr/tr.112
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1
index c45c184..78b7b06 100644
--- a/usr.bin/tr/tr.1
+++ b/usr.bin/tr/tr.1
@@ -69,11 +69,11 @@ The following options are available:
Complement the set of characters in
.Ar string1 ,
that is
-.Fl C Ar ab
+.Dq Fl C Li ab
includes every character except for
-.Ar a
+.Ql a
and
-.Ar b .
+.Ql b .
.It Fl c
Same as
.Fl C
@@ -232,9 +232,7 @@ it's interpreted as a decimal value.
.El
.Sh ENVIRONMENT
The
-.Ev LANG ,
-.Ev LC_ALL ,
-.Ev LC_CTYPE
+.Ev LANG , LC_ALL , LC_CTYPE
and
.Ev LC_COLLATE
environment variables affect the execution of
@@ -258,7 +256,7 @@ Strip out non-printable characters from file1.
.D1 Li "tr -cd \*q[:print:]\*q < file1"
.Pp
Remove diacritical marks from all accented variants of the letter
-.Sq e :
+.Ql e :
.Pp
.Dl "tr \*q[=e=]\*q \*qe\*q"
.Sh DIAGNOSTICS
OpenPOWER on IntegriCloud