aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-10-17 13:55:12 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-10-17 13:55:12 +0300
commit2c84999804e28517cf467a6ed6788aea06e146c0 (patch)
treebc76e850b4ccfc9aba6e53c2c55c8abb52d11841 /doc/gawktexi.in
parent49a291d1713912ffb6801ced6f0c517e430a9a71 (diff)
downloadegawk-2c84999804e28517cf467a6ed6788aea06e146c0.tar.gz
egawk-2c84999804e28517cf467a6ed6788aea06e146c0.tar.bz2
egawk-2c84999804e28517cf467a6ed6788aea06e146c0.zip
More minor doc updates.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 43aab088..a5f696ab 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -16529,6 +16529,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
@@ -37383,8 +37384,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:
@@ -41020,3 +41019,4 @@ But to use it you have to say
which sorta sucks.
TODO:
+Check that all dark corners are indexed properly.