summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-10-17 13:04:49 +0000
committercharnier <charnier@FreeBSD.org>2002-10-17 13:04:49 +0000
commitdcefc83b9c16c162e36e8cac419ba9002aae3dab (patch)
tree8cbf7a07f54260ff89bc64b080cd3340b73cdc3d /usr.bin/tr
parent4e85c855b377a2da707e3398be0211bdc6258395 (diff)
downloadFreeBSD-src-dcefc83b9c16c162e36e8cac419ba9002aae3dab.zip
FreeBSD-src-dcefc83b9c16c162e36e8cac419ba9002aae3dab.tar.gz
Use .Fl/Ar for flags and arguments.
Diffstat (limited to 'usr.bin/tr')
-rw-r--r--usr.bin/tr/tr.110
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1
index bde9a8b..c45c184 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
-.Dq "-C ab"
+.Fl C Ar ab
includes every character except for
-.Dq a
+.Ar a
and
-.Dq b .
+.Ar b .
.It Fl c
Same as
.Fl C
@@ -201,7 +201,9 @@ in the classes are in unspecified order.
In the ``upper'' and ``lower'' classes, characters are entered in
ascending order.
.Pp
-For specific information as to which ASCII characters are included
+For specific information as to which
+.Tn ASCII
+characters are included
in these classes, see
.Xr ctype 3
and related manual pages.
OpenPOWER on IntegriCloud