From: Jim Meyering Date: Tue, 25 May 1999 16:38:19 +0000 (+0000) Subject: (Squeezing): Remove misleading square brackets X-Git-Tag: TEXTUTILS-1_22n~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b38198f36553301d2087fac7e60938f8b3dfc77b;p=thirdparty%2Fcoreutils.git (Squeezing): Remove misleading square brackets from SET1 in the one-word-per-line example. --- diff --git a/doc/textutils.texi b/doc/textutils.texi index 044dac0547..cafd2af548 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