aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorAntonio Giovanni Colombo <azc100@gmail.com>2020-08-16 21:25:30 +0200
committerAntonio Giovanni Colombo <azc100@gmail.com>2020-08-16 21:25:30 +0200
commit87761102eb08df817871b17f56041428e88efb12 (patch)
treee5575279f26c44b485939140f03d261aa6e80062 /doc/gawk.texi
parent65cb5e20a94c407eab227bbfe78bac5f86d9d808 (diff)
parentaf190c94590e340fcb5918a6ebd245169d5f1000 (diff)
downloadegawk-87761102eb08df817871b17f56041428e88efb12.tar.gz
egawk-87761102eb08df817871b17f56041428e88efb12.tar.bz2
egawk-87761102eb08df817871b17f56041428e88efb12.zip
Merge branch 'feature/docit' of ssh://git.sv.gnu.org/srv/git/gawk into feature/docit
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 874a4646..bb1cb41c 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -59,7 +59,7 @@
@c applies to and all the info about who's publishing this edition
@c These apply across the board.
-@set UPDATE-MONTH July, 2020
+@set UPDATE-MONTH August, 2020
@set VERSION 5.1
@set PATCHLEVEL 0
@@ -29728,6 +29728,12 @@ front of the @code{BEGIN} and @code{END} rules,
the @code{BEGINFILE} and @code{ENDFILE} rules,
the pattern--action rules, and the functions.
+@item
+Functions are listed alphabetically. All functions in the @code{awk}
+namespace are listed first, in alphabetical order. Then come the
+functions in namespaces. The namespaces are listed in alphabetical order,
+and the functions within each namespace are listed alphabetically.
+
@end itemize
The profiled version of your program may not look exactly like what you