From: Eric Blake Date: Sat, 2 Feb 2008 23:38:23 +0000 (-0700) Subject: * doc/autoconf.texi (Limitations of Usual Tools) : Fix typo. X-Git-Tag: v2.62~68 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8957ad82aac501fcc5b25216edce2fe44c04c667;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Limitations of Usual Tools) : Fix typo. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index bfbc665e..b61b26c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-02 Eric Blake + + * doc/autoconf.texi (Limitations of Usual Tools) : Fix typo. + 2008-02-02 Ralf Wildenhues * lib/autotest/general.m4 (AT_INIT): Fix --clean to work diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 9450fdeb..395b2c1d 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -15002,7 +15002,7 @@ normal output); the behavior depends on whether input is seekable: $ @kbd{printf 'esc\033[mape\n' > sample} $ @kbd{grep . sample} Binary file sample matches -$ @kbd{cat file | grep .} +$ @kbd{cat sample | grep .} escape @end example