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