diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-05 15:17:12 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-05 15:17:12 +0300 |
commit | 1047a04edf933d57b88c264ee3dfb88633332f61 (patch) | |
tree | 470e5d915ec69eb65999d2d8bb60a3c68e1c3466 /doc/gawk.texi | |
parent | ed45e8552330a9fda9c8fbc9ddd8e8b9a2773629 (diff) | |
download | egawk-1047a04edf933d57b88c264ee3dfb88633332f61.tar.gz egawk-1047a04edf933d57b88c264ee3dfb88633332f61.tar.bz2 egawk-1047a04edf933d57b88c264ee3dfb88633332f61.zip |
Another small doc fix.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 399b37b2..d2d4107d 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -14928,7 +14928,7 @@ However, beginning with version 4.2, if not in POSIX compatibility mode, @command{gawk} does update its own environment when @code{ENVIRON} is changed, thus changing the environment seen by programs that it creates. You should therefore be especially careful if you -modify @code{ENVIRON["PATH"]"}, which is the search path for finding +modify @code{ENVIRON["PATH"]}, which is the search path for finding executable programs. This can also affect the running @command{gawk} program, since some of the |