diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-11 09:12:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-11 09:12:05 +0000 |
commit | d0c866470095038ea95a8f346f359b04fd3cce34 (patch) | |
tree | 7417a482d6bcdbccae00517bf86fbd2ba3b60ed0 /src | |
parent | 2ed0078725f672ef530d7d2fa71300571061c2d0 (diff) | |
download | coreutils-d0c866470095038ea95a8f346f359b04fd3cce34.tar.xz |
(usage): Don't describe System V syntax, as it doesn't always work.
Diffstat (limited to 'src')
-rw-r--r-- | src/tr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -354,7 +354,6 @@ Interpreted sequences are:\n\ \\t horizontal tab\n\ \\v vertical tab\n\ CHAR1-CHAR2 all characters from CHAR1 to CHAR2 in ascending order\n\ - [CHAR1-CHAR2] same as CHAR1-CHAR2, if both SET1 and SET2 use this\n\ [CHAR*] in SET2, copies of CHAR until length of SET1\n\ [CHAR*REPEAT] REPEAT copies of CHAR, REPEAT octal if starting with 0\n\ [:alnum:] all letters and digits\n\ |