summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-25 16:38:19 +0000
committerJim Meyering <jim@meyering.net>1999-05-25 16:38:19 +0000
commitb38198f36553301d2087fac7e60938f8b3dfc77b (patch)
tree5313e4cfccbf34b3e8a554e404dfc58098caac1b
parent0e39b529b6039e95beea3db4fd2897303a59b781 (diff)
downloadcoreutils-b38198f36553301d2087fac7e60938f8b3dfc77b.tar.xz
(Squeezing): Remove misleading square brackets
from SET1 in the one-word-per-line example.
-rw-r--r--doc/textutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi
index 044dac054..cafd2af54 100644
--- a/doc/textutils.texi
+++ b/doc/textutils.texi
@@ -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