diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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. |