diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-28 14:27:30 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-28 14:27:30 +0300 |
commit | 4368c38c91c0909c8e111e7511680af65dd0a983 (patch) | |
tree | 3c12a579b209defe9dcf29572333aeee420b0c23 /doc/gawk.info | |
parent | 5376b7c9d12f5c47c7d0d56df3eeaa39855aec3b (diff) | |
download | egawk-4368c38c91c0909c8e111e7511680af65dd0a983.tar.gz egawk-4368c38c91c0909c8e111e7511680af65dd0a983.tar.bz2 egawk-4368c38c91c0909c8e111e7511680af65dd0a983.zip |
Minor cleanup to indexing.
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 6bff2719..41c35282 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -23149,7 +23149,7 @@ The following functions relate to individual array elements. strings (*note Conversion::); thus using integral values is safest. As with _all_ strings passed into `gawk' from an extension, the - string value of `index' must come from the api-provided functions + string value of `index' must come from the API-provided functions `api_malloc()', `api_calloc()' or `api_realloc()' and `gawk' releases the storage. @@ -30438,7 +30438,7 @@ Index * asterisk (*), **= operator: Assignment Ops. (line 129) * asterisk (*), *= operator <1>: Precedence. (line 95) * asterisk (*), *= operator: Assignment Ops. (line 129) -* atan2() function: Numeric Functions. (line 11) +* atan2: Numeric Functions. (line 11) * automatic displays, in debugger: Debugger Info. (line 24) * awf (amazingly workable formatter) program: Glossary. (line 25) * awk debugging, enabling: Options. (line 108) @@ -31027,6 +31027,7 @@ Index (line 67) * debugger commands, watch: Viewing And Changing Data. (line 67) +* debugger default list amount: Debugger Info. (line 69) * debugger history file: Debugger Info. (line 80) * debugger history size: Debugger Info. (line 65) * debugger options: Debugger Info. (line 57) @@ -31157,8 +31158,8 @@ Index * dynamically loaded extensions: Dynamic Extensions. (line 6) * e debugger command (alias for enable): Breakpoint Control. (line 73) * EBCDIC: Ordinal Functions. (line 45) -* effective group id of gawk user: Auto-set. (line 138) -* effective user id of gawk user: Auto-set. (line 142) +* effective group ID of gawk user: Auto-set. (line 138) +* effective user ID of gawk user: Auto-set. (line 142) * egrep utility <1>: Egrep Program. (line 6) * egrep utility: Bracket Expressions. (line 24) * egrep.awk program: Egrep Program. (line 54) @@ -31696,7 +31697,7 @@ Index * Grigera, Juan: Contributors. (line 57) * group database, reading: Group Functions. (line 6) * group file: Group Functions. (line 6) -* group id of gawk user: Auto-set. (line 177) +* group ID of gawk user: Auto-set. (line 177) * groups, information about: Group Functions. (line 6) * gsub <1>: String Functions. (line 135) * gsub: Using Constant Regexps. @@ -32182,7 +32183,7 @@ Index * p debugger command (alias for print): Viewing And Changing Data. (line 36) * P1003.1 POSIX standard: Glossary. (line 454) -* parent process id of gawk process: Auto-set. (line 186) +* parent process ID of gawk process: Auto-set. (line 186) * parentheses (), in a profile: Profiling. (line 146) * parentheses (), regexp operator: Regexp Operators. (line 79) * password file: Passwd Functions. (line 16) @@ -32346,8 +32347,8 @@ Index * printing, unduplicated lines of text: Uniq Program. (line 6) * printing, user information: Id Program. (line 6) * private variables: Library Names. (line 11) -* process group id of gawk process: Auto-set. (line 180) -* process id of gawk process: Auto-set. (line 183) +* process group idIDof gawk process: Auto-set. (line 180) +* process ID of gawk process: Auto-set. (line 183) * processes, two-way communications with: Two-way I/O. (line 23) * processing data: Basic High Level. (line 6) * PROCINFO array <1>: Passwd Functions. (line 6) |