diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-13 06:21:22 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-13 06:21:22 +0200 |
commit | 512c96f284f5179b895ccc9c24b22d12ccc1b0f8 (patch) | |
tree | 41124d55c6b3e2eb5429faae0608556b8dfce6e7 | |
parent | 6db8cc17cd606740bead639a2d451c400dd83631 (diff) | |
parent | eb8d0c64228657bad4ef2e2fd732eeed937f3af1 (diff) | |
download | egawk-512c96f284f5179b895ccc9c24b22d12ccc1b0f8.tar.gz egawk-512c96f284f5179b895ccc9c24b22d12ccc1b0f8.tar.bz2 egawk-512c96f284f5179b895ccc9c24b22d12ccc1b0f8.zip |
Merge branch 'master' into feature/api-mpfr
-rw-r--r-- | doc/ChangeLog | 10 | ||||
-rw-r--r-- | doc/gawk.info | 270 | ||||
-rw-r--r-- | doc/gawk.texi | 8 | ||||
-rw-r--r-- | doc/gawktexi.in | 8 | ||||
-rw-r--r-- | doc/wordlist | 6 |
5 files changed, 158 insertions, 144 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index b18bb190..58b206f9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2017-02-13 Arnold D. Robbins <arnold@skeeve.com> + + * 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 3767e3de..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 @@ -29126,7 +29126,7 @@ B.4.2 Please Don't Post Bug Reports to USENET Please do _not_ try to report bugs in 'gawk' by posting to the Usenet/Internet newsgroup 'comp.lang.awk'. Although some of the 'gawk' -developers occasionally read this newgroup, the primary 'gawk' +developers occasionally read this news group, the primary 'gawk' maintainer no longer does. Thus it's virtually guaranteed that he will _not_ see your posting. The steps described here are the only officially recognized way for reporting bugs. Really. @@ -29540,7 +29540,7 @@ possible to include them: boolean!" Instead, use 'strcmp(a, b) == 0'. * If adding new bit flag values, use explicit hexadecimal - constants ('0x001', '0x002', '0x004', and son on) instead of + constants ('0x001', '0x002', '0x004', and so on) instead of shifting one left by successive amounts ('(1<<0)', '(1<<1)', and so on). @@ -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: Maintainers1174519 -Node: Other Versions1175895 -Node: Installation summary1182479 -Node: Notes1183514 -Node: Compatibility Mode1184379 -Node: Additions1185161 -Node: Accessing The Source1186086 -Node: Adding Code1187521 -Node: New Ports1193740 -Node: Derived Files1198228 -Ref: Derived Files-Footnote-11203713 -Ref: Derived Files-Footnote-21203748 -Ref: Derived Files-Footnote-31204346 -Node: Future Extensions1204460 -Node: Implementation Limitations1205118 -Node: Extension Design1206301 -Node: Old Extension Problems1207455 -Ref: Old Extension Problems-Footnote-11208973 -Node: Extension New Mechanism Goals1209030 -Ref: Extension New Mechanism Goals-Footnote-11212394 -Node: Extension Other Design Decisions1212583 -Node: Extension Future Growth1214696 -Node: Old Extension Mechanism1215532 -Node: Notes summary1217295 -Node: Basic Concepts1218477 -Node: Basic High Level1219158 -Ref: figure-general-flow1219440 -Ref: figure-process-flow1220125 -Ref: Basic High Level-Footnote-11223426 -Node: Basic Data Typing1223611 -Node: Glossary1226939 -Node: Copying1258886 -Node: GNU Free Documentation License1296425 -Node: Index1321543 +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 5def1f9b..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}. @@ -39398,7 +39398,7 @@ It's like sports talk radio---you feel smarter for not having read it. @cindex @code{comp.lang.awk} newsgroup Please do @emph{not} try to report bugs in @command{gawk} by posting to the Usenet/Internet newsgroup @code{comp.lang.awk}. Although some of the -@command{gawk} developers occasionally read this newgroup, the primary +@command{gawk} developers occasionally read this news group, the primary @command{gawk} maintainer no longer does. Thus it's virtually guaranteed that he will @emph{not} see your posting. The steps described here are the only officially recognized way for reporting bugs. Really. @@ -39948,7 +39948,7 @@ Instead, use @samp{strcmp(a, b) == 0}. @item If adding new bit flag values, use explicit hexadecimal constants -(@code{0x001}, @code{0x002}, @code{0x004}, and son on) instead of +(@code{0x001}, @code{0x002}, @code{0x004}, and so on) instead of shifting one left by successive amounts (@samp{(1<<0)}, @samp{(1<<1)}, and so on). @end itemize diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 1b01c8c6..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}. @@ -38412,7 +38412,7 @@ It's like sports talk radio---you feel smarter for not having read it. @cindex @code{comp.lang.awk} newsgroup Please do @emph{not} try to report bugs in @command{gawk} by posting to the Usenet/Internet newsgroup @code{comp.lang.awk}. Although some of the -@command{gawk} developers occasionally read this newgroup, the primary +@command{gawk} developers occasionally read this news group, the primary @command{gawk} maintainer no longer does. Thus it's virtually guaranteed that he will @emph{not} see your posting. The steps described here are the only officially recognized way for reporting bugs. Really. @@ -38962,7 +38962,7 @@ Instead, use @samp{strcmp(a, b) == 0}. @item If adding new bit flag values, use explicit hexadecimal constants -(@code{0x001}, @code{0x002}, @code{0x004}, and son on) instead of +(@code{0x001}, @code{0x002}, @code{0x004}, and so on) instead of shifting one left by successive amounts (@samp{(1<<0)}, @samp{(1<<1)}, and so on). @end itemize 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 |