]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(Squeezing): Remove misleading square brackets
authorJim Meyering <jim@meyering.net>
Tue, 25 May 1999 16:38:19 +0000 (16:38 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 25 May 1999 16:38:19 +0000 (16:38 +0000)
from SET1 in the one-word-per-line example.

doc/textutils.texi

index 044dac054783c3589e3ebe7e7aa5a59482d4f708..cafd2af548f9e0595a6b4f7a4ec2bfbe82ad52c3 100644 (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