summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2003-08-05 07:53:28 +0000
committerache <ache@FreeBSD.org>2003-08-05 07:53:28 +0000
commit1bdac03b078a556f1b2ec3f9a092587d0e14bb79 (patch)
tree0791707cb3aed5b071cccc926a08ac8629e7758f /usr.bin/tr
parent36533f2329e082f870767e540275022829244ee3 (diff)
downloadFreeBSD-src-1bdac03b078a556f1b2ec3f9a092587d0e14bb79.zip
FreeBSD-src-1bdac03b078a556f1b2ec3f9a092587d0e14bb79.tar.gz
Clarify upper/lower conversion description more.
Diffstat (limited to 'usr.bin/tr')
-rw-r--r--usr.bin/tr/tr.111
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1
index 986f6b1..09113e3 100644
--- a/usr.bin/tr/tr.1
+++ b/usr.bin/tr/tr.1
@@ -206,7 +206,7 @@ When ``[:lower:]'' appears in
.Ar string1
and ``[:upper:]'' appears in the same relative position in
.Ar string2 ,
-it represents the characters from the
+it represents the characters pairs from the
.Dv toupper
mapping in the
.Ev LC_CTYPE
@@ -215,17 +215,14 @@ When ``[:upper:]'' appears in
.Ar string1
and ``[:lower:]'' appears in the same relative position in
.Ar string2 ,
-it represents the characters from the
+it represents the characters pairs from the
.Dv tolower
mapping in the
.Ev LC_CTYPE
category of the current locale.
.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
-ascending order,
-as defined by the collation sequence.
+With the exception of case conversion,
+characters in the classes are in unspecified order.
.Pp
For specific information as to which
.Tn ASCII
OpenPOWER on IntegriCloud