diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index b55ef0bb..75cd6cbf 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -33703,7 +33703,7 @@ Index (line 8) * @namespace directive: Changing The Namespace. (line 6) -* @namespace, no effect on BEGIN BEGINFILE, END, and ENDFILE: Changing The Namespace. +* @namespace, no effect on BEGIN, BEGINFILE, END, and ENDFILE: Changing The Namespace. (line 37) * [] (square brackets), regexp operator: Regexp Operators. (line 56) * \ (backslash): Comments. (line 50) @@ -34071,6 +34071,8 @@ Index * BEGIN pattern, assert() user-defined function and: Assert Function. (line 83) * BEGIN pattern, Boolean patterns and: Expression Patterns. (line 70) +* BEGIN pattern, execution order not affected by @namespace: Changing The Namespace. + (line 37) * BEGIN pattern, exit statement and: Exit Statement. (line 12) * BEGIN pattern, getline and: Getline Notes. (line 19) * BEGIN pattern, headings, adding: Print Examples. (line 42) @@ -34086,14 +34088,12 @@ Index * BEGIN pattern, pwcat program: Passwd Functions. (line 143) * BEGIN pattern, running awk programs and: Cut Program. (line 63) * BEGIN pattern, TEXTDOMAIN variable and: Programmer i18n. (line 60) -* BEGIN, execution order not affected by @namespace: Changing The Namespace. - (line 37) * BEGINFILE pattern: BEGINFILE/ENDFILE. (line 6) * BEGINFILE pattern, Boolean patterns and: Expression Patterns. (line 70) -* beginfile() user-defined function: Filetrans Function. (line 62) -* BEGINFILE, execution order not affected by @namespace: Changing The Namespace. +* BEGINFILE pattern, execution order not affected by @namespace: Changing The Namespace. (line 37) +* beginfile() user-defined function: Filetrans Function. (line 62) * Bentley, Jon: Glossary. (line 204) * Benzinger, Michael: Contributors. (line 100) * Berry, Karl: Acknowledgments. (line 33) @@ -34765,6 +34765,8 @@ Index * END pattern, assert() user-defined function and: Assert Function. (line 75) * END pattern, Boolean patterns and: Expression Patterns. (line 70) +* END pattern, execution order not affected by @namespace: Changing The Namespace. + (line 37) * END pattern, exit statement and: Exit Statement. (line 12) * END pattern, next/nextfile statements and: I/O And BEGIN/END. (line 36) @@ -34773,13 +34775,11 @@ Index * END pattern, operators and: Using BEGIN/END. (line 17) * END pattern, print statement and: I/O And BEGIN/END. (line 15) * END pattern, profiling and: Profiling. (line 62) -* END, execution order not affected by @namespace: Changing The Namespace. - (line 37) * ENDFILE pattern: BEGINFILE/ENDFILE. (line 6) * ENDFILE pattern, Boolean patterns and: Expression Patterns. (line 70) -* endfile() user-defined function: Filetrans Function. (line 62) -* ENDFILE, execution order not affected by @namespace: Changing The Namespace. +* ENDFILE pattern, execution order not affected by @namespace: Changing The Namespace. (line 37) +* endfile() user-defined function: Filetrans Function. (line 62) * endgrent() function (C library): Group Functions. (line 213) * endgrent() user-defined function: Group Functions. (line 216) * endpwent() function (C library): Passwd Functions. (line 208) @@ -34862,10 +34862,10 @@ Index (line 6) * extension API informational variables: Extension API Informational Variables. (line 6) +* extension API interaction with namespaces: Namespace And Features. + (line 22) * extension API version: Extension Versioning. (line 6) -* extension API, interaction with namespaces: Namespace And Features. - (line 22) * extension API, version number: Auto-set. (line 287) * extension example: Extension Example. (line 6) * extension registration: Registration Functions. @@ -35876,7 +35876,7 @@ Index * pipe, output: Redirection. (line 57) * Pitts, Dave: Acknowledgments. (line 60) * Pitts, Dave <1>: Maintainers. (line 14) -* platform running on, PROCINFO["platform"]: Auto-set. (line 224) +* platform running on: Auto-set. (line 224) * Plauger, P.J.: Library Functions. (line 12) * plug-in: Extension Intro. (line 6) * plus sign (+), + operator: Precedence. (line 51) |