diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-15 11:40:12 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-15 11:40:12 +0300 |
commit | 74ee0dcab17240a1626b77ed998b07f0f6560a48 (patch) | |
tree | 4cb604dbf593ca99fd0956880b9155b9ef3a9933 /doc/gawk.1 | |
parent | cb9faa8c276efc4e2b24378bdb941d007523fc22 (diff) | |
download | egawk-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.) |