diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-12 18:43:39 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-12 18:43:39 +0300 |
commit | 964e19b54a9ee3e03658e2a733c1b50ee8624397 (patch) | |
tree | daf7202e189350038e912e5dbb4a82da71117c9b /doc/gawk.texi | |
parent | 2711b6286b4929e20289a318fceac67025db92d6 (diff) | |
download | egawk-964e19b54a9ee3e03658e2a733c1b50ee8624397.tar.gz egawk-964e19b54a9ee3e03658e2a733c1b50ee8624397.tar.bz2 egawk-964e19b54a9ee3e03658e2a733c1b50ee8624397.zip |
Doc updates.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 40b7bfa3..cbd6206c 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -4454,11 +4454,11 @@ This specifies the amount by which @command{gawk} should grow its internal evaluation stack, when needed. @item INT_CHAIN_MAX -The average number of items @command{gawk} will maintain on a +The intended maximum number of items @command{gawk} will maintain on a hash chain for managing arrays indexed by integers. @item STR_CHAIN_MAX -The average number of items @command{gawk} will maintain on a +The intended maximum number of items @command{gawk} will maintain on a hash chain for managing arrays indexed by strings. @item TIDYMEM @@ -32490,6 +32490,10 @@ value type, as appropriate. This behavior is summarized in @multitable @columnfractions .50 .50 @headitem @tab Type of Actual Value: @end multitable +@c 10/2014: Thanks to Karl Berry for this bit to reduce the space: +@tex +\vglue-1.1\baselineskip +@end tex @multitable @columnfractions .166 .166 .198 .15 .15 .166 @headitem @tab @tab String @tab Number @tab Array @tab Undefined @item @tab @b{String} @tab String @tab String @tab false @tab false @@ -38162,7 +38166,6 @@ The people maintaining the various @command{gawk} ports are: @cindex Deifik, Scott @cindex Malmberg, John @cindex Pitts, Dave -@cindex Rankin, Pat @cindex Robbins, Arnold @cindex Zaretskii, Eli @multitable {MS-Windows with MinGW} {123456789012345678901234567890123456789001234567890} @@ -38176,8 +38179,7 @@ The people maintaining the various @command{gawk} ports are: @c OS/2 is not mentioned anywhere else in the print version though. @item OS/2 @tab Andreas Buening, @EMAIL{andreas.buening@@nexgo.de,andreas dot buening at nexgo dot de}. -@item VMS @tab Pat Rankin, @EMAIL{r.pat.rankin@@gmail.com,r.pat.rankin at gmail.com}, and -John Malmberg, @EMAIL{wb8tyw@@qsl.net,wb8tyw at qsl.net}. +@item VMS @tab John Malmberg, @EMAIL{wb8tyw@@qsl.net,wb8tyw at qsl.net}. @item z/OS (OS/390) @tab Dave Pitts, @EMAIL{dpitts@@cozx.com,dpitts at cozx dot com}. @end multitable |