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 /doc/gawktexi.in | |
parent | c5c41a1f9918e746c0bfaf88876368fbe6059911 (diff) | |
download | egawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.tar.gz egawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.tar.bz2 egawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.zip |
Small doc fix.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 2 insertions, 2 deletions
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. |