diff options
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 266 | ||||
-rw-r--r-- | doc/gawk.texi | 4 | ||||
-rw-r--r-- | doc/gawktexi.in | 4 | ||||
-rw-r--r-- | doc/wordlist | 6 |
5 files changed, 147 insertions, 138 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 11e25288..58b206f9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -3,6 +3,11 @@ * gawktexi.in: Fix two typos. * wordlist.txt: Update. + Related: + + * gawktexi.in: Fix more typos. + * wordlist.txt: Update again. + 2017-01-27 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Update UPDATE-MONTH and copyright years. diff --git a/doc/gawk.info b/doc/gawk.info index fe48fdaf..356051f8 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -23991,12 +23991,12 @@ A minimum number of arguments is required, no limit on maximum number of argumen Set 'min_required_args' to the minimum required. Set 'max_expected_args' to zero and set 'suppress_lint' to 'awk_true'. -A minium number of arguments is required, a maximum number is expected +A minimum number of arguments is required, a maximum number is expected Set 'min_required_args' to the minimum required. Set 'max_expected_args' to the maximum expected. Set 'suppress_lint' to 'awk_false'. -A minum number of arguments is required, and no more than a maximum is allowed +A minimum number of arguments is required, and no more than a maximum is allowed Set 'min_required_args' to the minimum required. Set 'max_expected_args' to the maximum expected. Set 'suppress_lint' to 'awk_false'. In your extension function, check that @@ -35866,136 +35866,136 @@ Ref: Memory Allocation Functions-Footnote-1967387 Node: Constructor Functions967486 Node: Registration Functions970485 Node: Extension Functions971170 -Node: Exit Callback Functions976368 -Node: Extension Version String977618 -Node: Input Parsers978281 -Node: Output Wrappers988163 -Node: Two-way processors992675 -Node: Printing Messages994940 -Ref: Printing Messages-Footnote-1996111 -Node: Updating ERRNO996264 -Node: Requesting Values997003 -Ref: table-value-types-returned997740 -Node: Accessing Parameters998676 -Node: Symbol Table Access999911 -Node: Symbol table by name1000423 -Node: Symbol table by cookie1002212 -Ref: Symbol table by cookie-Footnote-11006397 -Node: Cached values1006461 -Ref: Cached values-Footnote-11009997 -Node: Array Manipulation1010088 -Ref: Array Manipulation-Footnote-11011179 -Node: Array Data Types1011216 -Ref: Array Data Types-Footnote-11013874 -Node: Array Functions1013966 -Node: Flattening Arrays1018361 -Node: Creating Arrays1025302 -Node: Redirection API1030071 -Node: Extension API Variables1032902 -Node: Extension Versioning1033535 -Ref: gawk-api-version1033972 -Node: Extension API Informational Variables1035700 -Node: Extension API Boilerplate1036764 -Node: Changes from API V11040626 -Node: Finding Extensions1041286 -Node: Extension Example1041845 -Node: Internal File Description1042643 -Node: Internal File Ops1046723 -Ref: Internal File Ops-Footnote-11058123 -Node: Using Internal File Ops1058263 -Ref: Using Internal File Ops-Footnote-11060646 -Node: Extension Samples1060920 -Node: Extension Sample File Functions1062449 -Node: Extension Sample Fnmatch1070098 -Node: Extension Sample Fork1071585 -Node: Extension Sample Inplace1072803 -Node: Extension Sample Ord1076013 -Node: Extension Sample Readdir1076849 -Ref: table-readdir-file-types1077738 -Node: Extension Sample Revout1078543 -Node: Extension Sample Rev2way1079132 -Node: Extension Sample Read write array1079872 -Node: Extension Sample Readfile1081814 -Node: Extension Sample Time1082909 -Node: Extension Sample API Tests1084257 -Node: gawkextlib1084749 -Node: Extension summary1087196 -Node: Extension Exercises1090898 -Node: Language History1092396 -Node: V7/SVR3.11094052 -Node: SVR41096204 -Node: POSIX1097638 -Node: BTL1099017 -Node: POSIX/GNU1099746 -Node: Feature History1105608 -Node: Common Extensions1119978 -Node: Ranges and Locales1121261 -Ref: Ranges and Locales-Footnote-11125877 -Ref: Ranges and Locales-Footnote-21125904 -Ref: Ranges and Locales-Footnote-31126139 -Node: Contributors1126360 -Node: History summary1131920 -Node: Installation1133300 -Node: Gawk Distribution1134244 -Node: Getting1134728 -Node: Extracting1135689 -Node: Distribution contents1137327 -Node: Unix Installation1143669 -Node: Quick Installation1144351 -Node: Shell Startup Files1146765 -Node: Additional Configuration Options1147843 -Node: Configuration Philosophy1149648 -Node: Non-Unix Installation1152017 -Node: PC Installation1152477 -Node: PC Binary Installation1153315 -Node: PC Compiling1153750 -Node: PC Using1154867 -Node: Cygwin1157912 -Node: MSYS1158682 -Node: VMS Installation1159183 -Node: VMS Compilation1159974 -Ref: VMS Compilation-Footnote-11161203 -Node: VMS Dynamic Extensions1161261 -Node: VMS Installation Details1162946 -Node: VMS Running1165199 -Node: VMS GNV1169478 -Node: VMS Old Gawk1170213 -Node: Bugs1170684 -Node: Bug address1171347 -Node: Usenet1173744 -Node: Maintainers1174521 -Node: Other Versions1175897 -Node: Installation summary1182481 -Node: Notes1183516 -Node: Compatibility Mode1184381 -Node: Additions1185163 -Node: Accessing The Source1186088 -Node: Adding Code1187523 -Node: New Ports1193741 -Node: Derived Files1198229 -Ref: Derived Files-Footnote-11203714 -Ref: Derived Files-Footnote-21203749 -Ref: Derived Files-Footnote-31204347 -Node: Future Extensions1204461 -Node: Implementation Limitations1205119 -Node: Extension Design1206302 -Node: Old Extension Problems1207456 -Ref: Old Extension Problems-Footnote-11208974 -Node: Extension New Mechanism Goals1209031 -Ref: Extension New Mechanism Goals-Footnote-11212395 -Node: Extension Other Design Decisions1212584 -Node: Extension Future Growth1214697 -Node: Old Extension Mechanism1215533 -Node: Notes summary1217296 -Node: Basic Concepts1218478 -Node: Basic High Level1219159 -Ref: figure-general-flow1219441 -Ref: figure-process-flow1220126 -Ref: Basic High Level-Footnote-11223427 -Node: Basic Data Typing1223612 -Node: Glossary1226940 -Node: Copying1258887 -Node: GNU Free Documentation License1296426 -Node: Index1321544 +Node: Exit Callback Functions976371 +Node: Extension Version String977621 +Node: Input Parsers978284 +Node: Output Wrappers988166 +Node: Two-way processors992678 +Node: Printing Messages994943 +Ref: Printing Messages-Footnote-1996114 +Node: Updating ERRNO996267 +Node: Requesting Values997006 +Ref: table-value-types-returned997743 +Node: Accessing Parameters998679 +Node: Symbol Table Access999914 +Node: Symbol table by name1000426 +Node: Symbol table by cookie1002215 +Ref: Symbol table by cookie-Footnote-11006400 +Node: Cached values1006464 +Ref: Cached values-Footnote-11010000 +Node: Array Manipulation1010091 +Ref: Array Manipulation-Footnote-11011182 +Node: Array Data Types1011219 +Ref: Array Data Types-Footnote-11013877 +Node: Array Functions1013969 +Node: Flattening Arrays1018364 +Node: Creating Arrays1025305 +Node: Redirection API1030074 +Node: Extension API Variables1032905 +Node: Extension Versioning1033538 +Ref: gawk-api-version1033975 +Node: Extension API Informational Variables1035703 +Node: Extension API Boilerplate1036767 +Node: Changes from API V11040629 +Node: Finding Extensions1041289 +Node: Extension Example1041848 +Node: Internal File Description1042646 +Node: Internal File Ops1046726 +Ref: Internal File Ops-Footnote-11058126 +Node: Using Internal File Ops1058266 +Ref: Using Internal File Ops-Footnote-11060649 +Node: Extension Samples1060923 +Node: Extension Sample File Functions1062452 +Node: Extension Sample Fnmatch1070101 +Node: Extension Sample Fork1071588 +Node: Extension Sample Inplace1072806 +Node: Extension Sample Ord1076016 +Node: Extension Sample Readdir1076852 +Ref: table-readdir-file-types1077741 +Node: Extension Sample Revout1078546 +Node: Extension Sample Rev2way1079135 +Node: Extension Sample Read write array1079875 +Node: Extension Sample Readfile1081817 +Node: Extension Sample Time1082912 +Node: Extension Sample API Tests1084260 +Node: gawkextlib1084752 +Node: Extension summary1087199 +Node: Extension Exercises1090901 +Node: Language History1092399 +Node: V7/SVR3.11094055 +Node: SVR41096207 +Node: POSIX1097641 +Node: BTL1099020 +Node: POSIX/GNU1099749 +Node: Feature History1105611 +Node: Common Extensions1119981 +Node: Ranges and Locales1121264 +Ref: Ranges and Locales-Footnote-11125880 +Ref: Ranges and Locales-Footnote-21125907 +Ref: Ranges and Locales-Footnote-31126142 +Node: Contributors1126363 +Node: History summary1131923 +Node: Installation1133303 +Node: Gawk Distribution1134247 +Node: Getting1134731 +Node: Extracting1135692 +Node: Distribution contents1137330 +Node: Unix Installation1143672 +Node: Quick Installation1144354 +Node: Shell Startup Files1146768 +Node: Additional Configuration Options1147846 +Node: Configuration Philosophy1149651 +Node: Non-Unix Installation1152020 +Node: PC Installation1152480 +Node: PC Binary Installation1153318 +Node: PC Compiling1153753 +Node: PC Using1154870 +Node: Cygwin1157915 +Node: MSYS1158685 +Node: VMS Installation1159186 +Node: VMS Compilation1159977 +Ref: VMS Compilation-Footnote-11161206 +Node: VMS Dynamic Extensions1161264 +Node: VMS Installation Details1162949 +Node: VMS Running1165202 +Node: VMS GNV1169481 +Node: VMS Old Gawk1170216 +Node: Bugs1170687 +Node: Bug address1171350 +Node: Usenet1173747 +Node: Maintainers1174524 +Node: Other Versions1175900 +Node: Installation summary1182484 +Node: Notes1183519 +Node: Compatibility Mode1184384 +Node: Additions1185166 +Node: Accessing The Source1186091 +Node: Adding Code1187526 +Node: New Ports1193744 +Node: Derived Files1198232 +Ref: Derived Files-Footnote-11203717 +Ref: Derived Files-Footnote-21203752 +Ref: Derived Files-Footnote-31204350 +Node: Future Extensions1204464 +Node: Implementation Limitations1205122 +Node: Extension Design1206305 +Node: Old Extension Problems1207459 +Ref: Old Extension Problems-Footnote-11208977 +Node: Extension New Mechanism Goals1209034 +Ref: Extension New Mechanism Goals-Footnote-11212398 +Node: Extension Other Design Decisions1212587 +Node: Extension Future Growth1214700 +Node: Old Extension Mechanism1215536 +Node: Notes summary1217299 +Node: Basic Concepts1218481 +Node: Basic High Level1219162 +Ref: figure-general-flow1219444 +Ref: figure-process-flow1220129 +Ref: Basic High Level-Footnote-11223430 +Node: Basic Data Typing1223615 +Node: Glossary1226943 +Node: Copying1258890 +Node: GNU Free Documentation License1296429 +Node: Index1321547 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index 6e4f5a3e..220dfb86 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -32957,12 +32957,12 @@ Set @code{min_required_args} to the minimum required. Set @code{max_expected_args} to zero and set @code{suppress_lint} to @code{awk_true}. -@item A minium number of arguments is required, a maximum number is expected +@item A minimum number of arguments is required, a maximum number is expected Set @code{min_required_args} to the minimum required. Set @code{max_expected_args} to the maximum expected. Set @code{suppress_lint} to @code{awk_false}. -@item A minum number of arguments is required, and no more than a maximum is allowed +@item A minimum number of arguments is required, and no more than a maximum is allowed Set @code{min_required_args} to the minimum required. Set @code{max_expected_args} to the maximum expected. Set @code{suppress_lint} to @code{awk_false}. diff --git a/doc/gawktexi.in b/doc/gawktexi.in index febe2c80..dd06a90b 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -31971,12 +31971,12 @@ Set @code{min_required_args} to the minimum required. Set @code{max_expected_args} to zero and set @code{suppress_lint} to @code{awk_true}. -@item A minium number of arguments is required, a maximum number is expected +@item A minimum number of arguments is required, a maximum number is expected Set @code{min_required_args} to the minimum required. Set @code{max_expected_args} to the maximum expected. Set @code{suppress_lint} to @code{awk_false}. -@item A minum number of arguments is required, and no more than a maximum is allowed +@item A minimum number of arguments is required, and no more than a maximum is allowed Set @code{min_required_args} to the minimum required. Set @code{max_expected_args} to the maximum expected. Set @code{suppress_lint} to @code{awk_false}. diff --git a/doc/wordlist b/doc/wordlist index 45fc5d8e..d0464dc9 100644 --- a/doc/wordlist +++ b/doc/wordlist @@ -390,6 +390,7 @@ POS POSIX POSIXLY PP +PQgetvalue PREC PROCINFO PVERSION @@ -421,6 +422,7 @@ Quicksort QuikTrim RANLIB README +REGEX RELICENSING REVOUT RLENGTH @@ -436,6 +438,7 @@ Readfile Readline Redirections Redis +Regex Regexp Regexps Reimplementing @@ -483,6 +486,7 @@ Solaris Stallman Stepan Stewartson's +Strnum Strtonum Subarrays Sublicensing @@ -990,6 +994,7 @@ filetype filll finalout findpat +finfo finx firstname flac @@ -1364,7 +1369,6 @@ netlib newdata newdir newgawk -newgroup newsxfer nexgo nextfile |