diff options
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 |