]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix English-language typo in previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Sep 2002 08:36:52 +0000 (08:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Sep 2002 08:36:52 +0000 (08:36 +0000)
doc/autoconf.texi

index 6e578e909a12d518dd0a519eed15b2929bdb6500..7f0d158a92a19abb75b17a14328560d7103d3d7a 100644 (file)
@@ -9133,11 +9133,11 @@ your script might be suspended waiting for data on its standard input.
 @evindex PS2
 @evindex PS4
 These variables should not matter for shell scripts, since they are
-supposed affect only interactive shells.  However, at least one shell
-(the pre-3.0 UWIN @command{ksh}) gets confused about whether it is
-interactive, which means that (for example) a @env{PS1} with a side
-effect can unexpectedly modify @samp{$?}.  To work around this bug,
-Autoconf-generated scripts do something like this:
+supposed to affect only interactive shells.  However, at least one
+shell (the pre-3.0 @sc{uwin} @command{ksh}) gets confused about
+whether it is interactive, which means that (for example) a @env{PS1}
+with a side effect can unexpectedly modify @samp{$?}.  To work around
+this bug, Autoconf-generated scripts do something like this:
 
 @example
 (unset ENV) >/dev/null 2>&1 && unset ENV MAIL MAILPATH