diff options
author | Antonio Giovanni Colombo <azc100@gmail.com> | 2020-08-16 21:25:30 +0200 |
---|---|---|
committer | Antonio Giovanni Colombo <azc100@gmail.com> | 2020-08-16 21:25:30 +0200 |
commit | 87761102eb08df817871b17f56041428e88efb12 (patch) | |
tree | e5575279f26c44b485939140f03d261aa6e80062 /doc/gawk.texi | |
parent | 65cb5e20a94c407eab227bbfe78bac5f86d9d808 (diff) | |
parent | af190c94590e340fcb5918a6ebd245169d5f1000 (diff) | |
download | egawk-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.texi | 8 |
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 |