diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-07-01 21:50:18 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-07-01 21:50:18 +0300 |
commit | 247ac37e87ece08aab495f2c794796d91ccae031 (patch) | |
tree | c11cfa5714783802855c907bca3bbe012e0d00c5 /doc/gawk.texi | |
parent | 397423c7a0709fce5abd1c7a5d55411b9a170267 (diff) | |
download | egawk-247ac37e87ece08aab495f2c794796d91ccae031.tar.gz egawk-247ac37e87ece08aab495f2c794796d91ccae031.tar.bz2 egawk-247ac37e87ece08aab495f2c794796d91ccae031.zip |
Update doc on quiktrim awk.
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 d9d6842f..37695170 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -38450,10 +38450,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 |