1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

(Squeezing): Remove misleading square brackets

from SET1 in the one-word-per-line example.
This commit is contained in:
Jim Meyering
1999-05-25 16:38:19 +00:00
parent 0e39b529b6
commit b38198f365
+1 -1
View File
@@ -3521,7 +3521,7 @@ non-alphanumeric characters to newlines, then squeezes each string
of repeated newlines into a single newline:
@example
tr -cs '[a-zA-Z0-9]' '[\n*]'
tr -cs 'a-zA-Z0-9' '[\n*]'
@end example
@item