aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-01-25 20:41:10 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-01-25 20:41:10 +0200
commit0be59f6b30992f5db8faebdce466fe355c2c5410 (patch)
tree4e3295d01b5026843f185320820dabae93da7967 /doc/gawktexi.in
parent6c93e97d0f76cb688543943f64f6154be3927de5 (diff)
parentb7b15c69c5b56d015df92f4df6c5b1cec59fa71c (diff)
downloadegawk-0be59f6b30992f5db8faebdce466fe355c2c5410.tar.gz
egawk-0be59f6b30992f5db8faebdce466fe355c2c5410.tar.bz2
egawk-0be59f6b30992f5db8faebdce466fe355c2c5410.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 0d16818c..34ba59cf 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -4504,6 +4504,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