diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-25 16:38:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-25 16:38:19 +0000 |
commit | b38198f36553301d2087fac7e60938f8b3dfc77b (patch) | |
tree | 5313e4cfccbf34b3e8a554e404dfc58098caac1b /doc | |
parent | 0e39b529b6039e95beea3db4fd2897303a59b781 (diff) | |
download | coreutils-b38198f36553301d2087fac7e60938f8b3dfc77b.tar.xz |
(Squeezing): Remove misleading square brackets
from SET1 in the one-word-per-line example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/textutils.texi | 2 |
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 |