diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-19 20:19:58 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-19 20:19:58 +0300 |
commit | 0307bffa31f7c7b51531bd74b730c035c8f1dfa1 (patch) | |
tree | 74ef05ad118faa501552b3dbcac079b818e2d0be /doc/gawk.texi | |
parent | c2d01a1dd2adffe15c6cecdbfcf5c8ae22536455 (diff) | |
download | egawk-0307bffa31f7c7b51531bd74b730c035c8f1dfa1.tar.gz egawk-0307bffa31f7c7b51531bd74b730c035c8f1dfa1.tar.bz2 egawk-0307bffa31f7c7b51531bd74b730c035c8f1dfa1.zip |
Finish removing PVERSION from doc.
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 1c09a5bc..99b0a8c3 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -13653,7 +13653,7 @@ For POSIX @command{awk}, changing this array does not affect the environment passed on to any programs that @command{awk} may spawn via redirection or the @code{system()} function. -However, beginning with @value{PVERSION} 4.2, if not in POSIX +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 |