aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-02-07 19:30:29 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-02-07 19:30:29 +0200
commitc3739fd168ff13235f5a1b95b8d6849ba9a11dd3 (patch)
tree5acf954408f11018bdb4d35604f060645cea211a
parentc5c41a1f9918e746c0bfaf88876368fbe6059911 (diff)
downloadegawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.tar.gz
egawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.tar.bz2
egawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.zip
Small doc fix.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in4
3 files changed, 8 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index e1a2b2cf..d5728429 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-07 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Fix some indexing with too many commas.
+
2019-02-04 Arnold D. Robbins <arnold@skeeve.com>
* gawk.1: Some more minor edits.
diff --git a/doc/gawk.texi b/doc/gawk.texi
index e1140eaa..b08231df 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -29168,8 +29168,8 @@ or @code{while}) shows how many times the loop test was executed.
statement in a rule to determine how many times the rule was executed.
If the first statement is a loop, the count is misleading.)
-@cindex functions, user-defined, counts, in a profile
-@cindex user-defined, functions, counts, in a profile
+@cindex functions, user-defined, counts@comma{} in a profile
+@cindex user-defined, functions, counts@comma{} in a profile
@item
For user-defined functions, the count next to the @code{function}
keyword indicates how many times the function was called.
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index b24324ac..05eb41b9 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -28180,8 +28180,8 @@ or @code{while}) shows how many times the loop test was executed.
statement in a rule to determine how many times the rule was executed.
If the first statement is a loop, the count is misleading.)
-@cindex functions, user-defined, counts, in a profile
-@cindex user-defined, functions, counts, in a profile
+@cindex functions, user-defined, counts@comma{} in a profile
+@cindex user-defined, functions, counts@comma{} in a profile
@item
For user-defined functions, the count next to the @code{function}
keyword indicates how many times the function was called.