diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-07 19:30:29 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-07 19:30:29 +0200 |
commit | c3739fd168ff13235f5a1b95b8d6849ba9a11dd3 (patch) | |
tree | 5acf954408f11018bdb4d35604f060645cea211a | |
parent | c5c41a1f9918e746c0bfaf88876368fbe6059911 (diff) | |
download | egawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.tar.gz egawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.tar.bz2 egawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.zip |
Small doc fix.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.texi | 4 | ||||
-rw-r--r-- | doc/gawktexi.in | 4 |
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. |