aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-10-17 21:44:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-10-17 21:44:06 +0300
commit8824630bc89a8cfe5dbe734f5dc0e99faf6cccbb (patch)
tree42ca7bdeffd676f0cf3defe0fa475758c0e80fd1 /doc/gawk.texi
parenta6ebb5697f02034ca5865940f43e016a730570df (diff)
parent9842a449bf7612c763790c34be7eef39774f63be (diff)
downloadegawk-8824630bc89a8cfe5dbe734f5dc0e99faf6cccbb.tar.gz
egawk-8824630bc89a8cfe5dbe734f5dc0e99faf6cccbb.tar.bz2
egawk-8824630bc89a8cfe5dbe734f5dc0e99faf6cccbb.zip
Merge branch 'master' into feature/dev-5.0
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index bb5aee3c..0485a566 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -76,7 +76,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
@@ -20106,10 +20106,6 @@ The @code{typeof()} function is general; it allows you to determine
if a variable or function parameter is a scalar, an array, or a strongly
typed regexp.
-@code{isarray()} is deprecated; you should use @code{typeof()} instead.
-You should replace any existing uses of @samp{isarray(var)} in your
-code with @samp{typeof(var) == "array"}.
-
@node I18N Functions
@subsection String-Translation Functions
@cindex @command{gawk}, string-translation functions
@@ -40287,7 +40283,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
@@ -41596,7 +41592,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
@@ -41604,8 +41600,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