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/gawktexi.in | |
parent | ed45e8552330a9fda9c8fbc9ddd8e8b9a2773629 (diff) | |
download | egawk-1047a04edf933d57b88c264ee3dfb88633332f61.tar.gz egawk-1047a04edf933d57b88c264ee3dfb88633332f61.tar.bz2 egawk-1047a04edf933d57b88c264ee3dfb88633332f61.zip |
Another small doc fix.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 68b61248..5fe53190 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -14256,7 +14256,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 |