diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-17 21:23:53 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-17 21:23:53 +0300 |
commit | 224aa5e7c6c06b99cb7402d7135ee4f926d42acd (patch) | |
tree | 49c4d1384ddaa60891ce66dedb76063b0a6f6576 /doc/gawktexi.in | |
parent | 518dcf7c0412adc97b86e14ce87e4841e3624e37 (diff) | |
download | egawk-224aa5e7c6c06b99cb7402d7135ee4f926d42acd.tar.gz egawk-224aa5e7c6c06b99cb7402d7135ee4f926d42acd.tar.bz2 egawk-224aa5e7c6c06b99cb7402d7135ee4f926d42acd.zip |
Docs: Update EDITION. Remove visible references to awk.info site.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index b9123afc..0d38921b 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -71,7 +71,7 @@ @set TITLE GAWK: Effective AWK Programming @end ifclear @set SUBTITLE A User's Guide for GNU Awk -@set EDITION 4.1 +@set EDITION 4.2 @iftex @set DOCUMENT book @@ -39303,7 +39303,7 @@ modified version of BWK @command{awk}, described earlier.) @cindex QSE @command{awk} @cindex source code, QSE @command{awk} This is an embeddable @command{awk} interpreter. For more information, -see @uref{https://code.google.com/p/qse/} and @uref{http://awk.info/?tools/qse}. +see @uref{https://code.google.com/p/qse/}. @c and @uref{http://awk.info/?tools/qse}. @item @command{QTawk} @cindex QuikTrim Awk @@ -40612,7 +40612,7 @@ completely as @command{sed} and @command{awk} scripts. It is thousands of lines long, including machine descriptions for several eight-bit microcomputers. It is a good example of a program that would have been better written in another language. -You can get it from @uref{http://awk.info/?awk100/aaa}. +@c You can get it from @uref{http://awk.info/?awk100/aaa}. @cindex amazingly workable formatter (@command{awf}) @cindex @command{awf} (amazingly workable formatter) program @@ -40620,8 +40620,8 @@ You can get it from @uref{http://awk.info/?awk100/aaa}. Henry Spencer at the University of Toronto wrote a formatter that accepts a large subset of the @samp{nroff -ms} and @samp{nroff -man} formatting commands, using @command{awk} and @command{sh}. -It is available -from @uref{http://awk.info/?tools/awf}. +@c It is available +@c from @uref{http://awk.info/?tools/awf}. @item Anchor The regexp metacharacters @samp{^} and @samp{$}, which force the match |