diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-07-01 21:59:01 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-07-01 21:59:01 +0300 |
commit | 8d4447aa1160f86f4837909d4ac1d22c49331e14 (patch) | |
tree | 1f121b4cce2e8461d7c80b4022bddf4a9dfb990b /doc/gawk.texi | |
parent | 2518fa8051dc811cd44f7b0ade7395b0504efcb4 (diff) | |
parent | 247ac37e87ece08aab495f2c794796d91ccae031 (diff) | |
download | egawk-8d4447aa1160f86f4837909d4ac1d22c49331e14.tar.gz egawk-8d4447aa1160f86f4837909d4ac1d22c49331e14.tar.bz2 egawk-8d4447aa1160f86f4837909d4ac1d22c49331e14.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index b33ff085..03f56076 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -39157,10 +39157,12 @@ This is an independent implementation of @command{awk} distributed under the GPL. It has a large number of extensions over standard @command{awk} and may not be 100% syntactically compatible with it. See @uref{http://www.quiktrim.org/QTawk.html} for more information, -including the manual and a download link. +including the manual. The download link there is out of date; see +@uref{http://www.quiktrim.org/#AdditionalResources} for the latest +download link. The project may also be frozen; no new code changes have been made -since approximately 2008. +since approximately 2014. @item Other versions See also the ``Versions and implementations'' section of the |