diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-07-01 22:15:32 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-07-01 22:15:32 +0300 |
commit | fbf0fa2d6ea6baebfe0e3222cf588c4247d6b1cb (patch) | |
tree | 5500853832314e160e5d7e6a6f2f5866fe2615ce /doc/gawk.texi | |
parent | ca263568302b69ce65487753893161aa4d9a6185 (diff) | |
parent | 8d4447aa1160f86f4837909d4ac1d22c49331e14 (diff) | |
download | egawk-fbf0fa2d6ea6baebfe0e3222cf588c4247d6b1cb.tar.gz egawk-fbf0fa2d6ea6baebfe0e3222cf588c4247d6b1cb.tar.bz2 egawk-fbf0fa2d6ea6baebfe0e3222cf588c4247d6b1cb.zip |
Merge branch 'master' into feature/cmake
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 |