mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-21 23:53:29 +08:00
(usage): Don't describe System V syntax, as it doesn't always work.
This commit is contained in:
parent
2ed0078725
commit
d0c8664700
1
src/tr.c
1
src/tr.c
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user