aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-10-17 13:56:04 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-10-17 13:56:04 +0300
commit81475535ddd41d5c91b2ea65c22aff3c687dad03 (patch)
treef5e3c88836c577f2fa4345c15cbfe8c59d4dcc4a /doc/gawk.texi
parenta786967e7e5775d6da6fd94e5113c6cb3c7704f2 (diff)
parent2c84999804e28517cf467a6ed6788aea06e146c0 (diff)
downloadegawk-81475535ddd41d5c91b2ea65c22aff3c687dad03.tar.gz
egawk-81475535ddd41d5c91b2ea65c22aff3c687dad03.tar.bz2
egawk-81475535ddd41d5c91b2ea65c22aff3c687dad03.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index f079ec9b..2603228f 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -17261,6 +17261,7 @@ $ @kbd{awk 'BEGIN @{ print index("peanut", "an") @}'}
@noindent
If @var{find} is not found, @code{index()} returns zero.
+@cindex dark corner, regexp as second argument to @code{index()}
With BWK @command{awk} and @command{gawk},
it is a fatal error to use a regexp constant for @var{find}.
Other implementations allow it, simply treating the regexp
@@ -38423,8 +38424,6 @@ Date: Wed, 4 Sep 1996 08:11:48 -0700 (PDT)
</blockquote>
@end docbook
-
-
There are a number of other freely available @command{awk} implementations.
This @value{SECTION} briefly describes where to get them:
@@ -42060,3 +42059,4 @@ But to use it you have to say
which sorta sucks.
TODO:
+Check that all dark corners are indexed properly.