]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Special Shell Variables): Missing word.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 14 Mar 2006 07:19:27 +0000 (07:19 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 14 Mar 2006 07:19:27 +0000 (07:19 +0000)
Reported by Keith Marshall <keith.marshall@total.com>.

ChangeLog
doc/autoconf.texi

index efb32f1e41f918b068178165cacb01d9cc9b5955..3f31e6b88328e22d6b6a8ff80ed3282f5b496d2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * doc/autoconf.texi (Special Shell Variables): Missing word.
+       Reported by Keith Marshall <keith.marshall@total.com>.
+
        * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
        IFS even in case of empty `$PATH'.
 
index aeb7c3a77c23bb32f158b4ce813171b819fcae10..494e33da30882f30db7d192ac4bbd5cec5815ee0 100644 (file)
@@ -11298,7 +11298,7 @@ $ @kbd{sed '=' <lineno |}
 When executing the command @samp{>foo}, @command{zsh} executes
 @samp{$NULLCMD >foo} unless it is operating in Bourne shell
 compatibility mode and the @command{zsh} version is newer
-than 3.1.6-dev-18.  If are using an older @command{zsh}
+than 3.1.6-dev-18.  If you are using an older @command{zsh}
 and forget to set @env{NULLCMD},
 your script might be suspended waiting for data on its standard input.