aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-10-15 11:40:12 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-10-15 11:40:12 +0300
commit74ee0dcab17240a1626b77ed998b07f0f6560a48 (patch)
tree4cb604dbf593ca99fd0956880b9155b9ef3a9933 /doc/gawk.1
parentcb9faa8c276efc4e2b24378bdb941d007523fc22 (diff)
downloadegawk-74ee0dcab17240a1626b77ed998b07f0f6560a48.tar.gz
egawk-74ee0dcab17240a1626b77ed998b07f0f6560a48.tar.bz2
egawk-74ee0dcab17240a1626b77ed998b07f0f6560a48.zip
Sanitize handling of AWKPATH / AWKLIBPATH.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index c35ebf00..df31a5f2 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -626,7 +626,7 @@ specifies a search path to use when finding source files named with
the
.B \-l
option. If this variable does not exist, the default path is
-\fB".:/usr/local/lib/gawk"\fR.
+\fB"/usr/local/lib/gawk"\fR.
(The actual directory may vary, depending upon how
.I gawk
was built and installed.)