aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-01-25 20:41:48 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-01-25 20:41:48 +0200
commit19df2993cce3967760f3f6c660a17dac006afcc1 (patch)
tree2b42634fd314610aa362c58c2ad676cf9932f6a5 /doc/gawk.texi
parent271c0a2c9a4e3000684c2c61c926f2011aba6a2c (diff)
parent0be59f6b30992f5db8faebdce466fe355c2c5410 (diff)
downloadegawk-19df2993cce3967760f3f6c660a17dac006afcc1.tar.gz
egawk-19df2993cce3967760f3f6c660a17dac006afcc1.tar.bz2
egawk-19df2993cce3967760f3f6c660a17dac006afcc1.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index e46a12c1..24515bf8 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -4594,6 +4594,14 @@ manipulate the @env{AWKLIBPATH} variable.
@code{ENVIRON["AWKLIBPATH"]}. This provides access to the actual search
path value from within an @command{awk} program.
+Although you can change @code{ENVIRON["AWKLIBPATH"]} within your
+@command{awk} program, this has no effect on the running program's
+behavior. This makes sense: the @env{AWKLIBPATH} environment variable
+is used to find any requested extensions, and they are loaded before
+the program starts to run. Once your program is running, all the
+extensions have been found, and @command{gawk} no longer needs to use
+@env{AWKLIBPATH}.
+
@node Other Environment Variables
@subsection Other Environment Variables