]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Usual Tools) <grep>: Fix typo.
authorEric Blake <ebb9@byu.net>
Sat, 2 Feb 2008 23:38:23 +0000 (16:38 -0700)
committerEric Blake <ebb9@byu.net>
Sat, 2 Feb 2008 23:38:23 +0000 (16:38 -0700)
Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/autoconf.texi

index bfbc665ea5bd5780650bed8af64aef73a6f0cb31..b61b26c098131045b06d215e11b9754e4d0854c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-02  Eric Blake  <ebb9@byu.net>
+
+       * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Fix typo.
+
 2008-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * lib/autotest/general.m4 (AT_INIT): Fix --clean to work
index 9450fdebfc8d087bef51fe5f50a5e862c6529739..395b2c1d4a2badbf38bcda08a3d1ca7f30e4a036 100644 (file)
@@ -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