diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
| commit | f247324df75b7f55b48b92acb3b42a5ae2deac8a (patch) | |
| tree | 62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/tr | |
| parent | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tr')
| -rw-r--r-- | usr.bin/tr/tr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index b3c30f412195..9adc13299f3b 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -206,7 +206,7 @@ the same equivalence class as If there is a secondary ordering within the equivalence class, the characters are ordered in ascending sequence. -Otherwise, they are ordered after their encoded values. +Otherwise, they are ordered after their encoded values. An example of an equivalence class might be ``c'' and ``ch'' in Spanish; English has no equivalence classes. .It [#*n] @@ -258,7 +258,7 @@ the range is intended to map in another range, i.e. the command to the ``['' character in .Ar string2 . However, if the shell script is deleting or squeezing characters as in -the command ``tr -d [a-z]'', the characters ``['' and ``]'' will be +the command ``tr -d [a-z]'', the characters ``['' and ``]'' will be included in the deletion or compression list which would not have happened under an historic System V implementation. Additionally, any scripts that depended on the sequence ``a-z'' to |
