aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tr
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-10-17 13:04:49 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-10-17 13:04:49 +0000
commitb9a86ec99589a6a6d905119357ef0a34345f9a67 (patch)
tree8cbf7a07f54260ff89bc64b080cd3340b73cdc3d /usr.bin/tr
parent0145ba86d1fd8b839b112e08828d0b625ee93b40 (diff)
downloadsrc-b9a86ec99589a6a6d905119357ef0a34345f9a67.tar.gz
src-b9a86ec99589a6a6d905119357ef0a34345f9a67.zip
Use .Fl/Ar for flags and arguments.
Notes
Notes: svn path=/head/; revision=105323
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 bde9a8b2c9af..c45c1841141e 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.