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/gawk.texi | |
parent | c5c41a1f9918e746c0bfaf88876368fbe6059911 (diff) | |
download | egawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.tar.gz egawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.tar.bz2 egawk-c3739fd168ff13235f5a1b95b8d6849ba9a11dd3.zip |
Small doc fix.
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. |