summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-04 08:29:54 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-04 08:29:54 +0200
commit99fb2a4c290eaf98d9b44d05908579b8423c0940 (patch)
tree368f6204100fe35c74e60c05e1e781c8a48b0999
parent45b51d1ceba490e2950097f45ddb591bb03b0eed (diff)
parent04601220d136004d188b392945a475cedcaacb03 (diff)
downloadgawk-99fb2a4c290eaf98d9b44d05908579b8423c0940.tar.gz
Merge branch 'master' into feature/typed-regex
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gawk.info620
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in2
-rw-r--r--doc/wordlist6
5 files changed, 324 insertions, 313 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index f3564a49..605f7962 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-04 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Fix a spelling error.
+ * wordlist: Update.
+
2016-10-25 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Document that negative arguments are not allowed
diff --git a/doc/gawk.info b/doc/gawk.info
index b8ab365a..fca83585 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -13555,7 +13555,7 @@ result is then converted back into a C 'double'.(2)
However, when using arbitrary precision arithmetic with the '-M'
option (*note Arbitrary Precision Arithmetic::), the results may differ.
-This is particularly noticable with the 'compl()' function:
+This is particularly noticeable with the 'compl()' function:
$ gawk 'BEGIN { print compl(42) }'
-| 9007199254740949
@@ -35468,314 +35468,314 @@ Ref: Time Functions-Footnote-5569085
Ref: Time Functions-Footnote-6569312
Node: Bitwise Functions569578
Ref: table-bitwise-ops570172
-Ref: Bitwise Functions-Footnote-1576217
-Ref: Bitwise Functions-Footnote-2576390
-Node: Type Functions576581
-Node: I18N Functions579113
-Node: User-defined580764
-Node: Definition Syntax581569
-Ref: Definition Syntax-Footnote-1587256
-Node: Function Example587327
-Ref: Function Example-Footnote-1590249
-Node: Function Caveats590271
-Node: Calling A Function590789
-Node: Variable Scope591747
-Node: Pass By Value/Reference594741
-Node: Return Statement598240
-Node: Dynamic Typing601219
-Node: Indirect Calls602149
-Ref: Indirect Calls-Footnote-1612400
-Node: Functions Summary612528
-Node: Library Functions615233
-Ref: Library Functions-Footnote-1618840
-Ref: Library Functions-Footnote-2618983
-Node: Library Names619154
-Ref: Library Names-Footnote-1622614
-Ref: Library Names-Footnote-2622837
-Node: General Functions622923
-Node: Strtonum Function624026
-Node: Assert Function627048
-Node: Round Function630374
-Node: Cliff Random Function631915
-Node: Ordinal Functions632931
-Ref: Ordinal Functions-Footnote-1635994
-Ref: Ordinal Functions-Footnote-2636246
-Node: Join Function636456
-Ref: Join Function-Footnote-1638226
-Node: Getlocaltime Function638426
-Node: Readfile Function642168
-Node: Shell Quoting644140
-Node: Data File Management645541
-Node: Filetrans Function646173
-Node: Rewind Function650269
-Node: File Checking652175
-Ref: File Checking-Footnote-1653509
-Node: Empty Files653710
-Node: Ignoring Assigns655689
-Node: Getopt Function657239
-Ref: Getopt Function-Footnote-1668708
-Node: Passwd Functions668908
-Ref: Passwd Functions-Footnote-1677747
-Node: Group Functions677835
-Ref: Group Functions-Footnote-1685733
-Node: Walking Arrays685940
-Node: Library Functions Summary688948
-Node: Library Exercises690354
-Node: Sample Programs690819
-Node: Running Examples691589
-Node: Clones692317
-Node: Cut Program693541
-Node: Egrep Program703470
-Ref: Egrep Program-Footnote-1710982
-Node: Id Program711092
-Node: Split Program714772
-Ref: Split Program-Footnote-1718231
-Node: Tee Program718360
-Node: Uniq Program721150
-Node: Wc Program728576
-Ref: Wc Program-Footnote-1732831
-Node: Miscellaneous Programs732925
-Node: Dupword Program734138
-Node: Alarm Program736168
-Node: Translate Program741023
-Ref: Translate Program-Footnote-1745588
-Node: Labels Program745858
-Ref: Labels Program-Footnote-1749209
-Node: Word Sorting749293
-Node: History Sorting753365
-Node: Extract Program755200
-Node: Simple Sed762729
-Node: Igawk Program765803
-Ref: Igawk Program-Footnote-1780134
-Ref: Igawk Program-Footnote-2780336
-Ref: Igawk Program-Footnote-3780458
-Node: Anagram Program780573
-Node: Signature Program783635
-Node: Programs Summary784882
-Node: Programs Exercises786096
-Ref: Programs Exercises-Footnote-1790225
-Node: Advanced Features790316
-Node: Nondecimal Data792306
-Node: Array Sorting793897
-Node: Controlling Array Traversal794597
-Ref: Controlling Array Traversal-Footnote-1802964
-Node: Array Sorting Functions803082
-Ref: Array Sorting Functions-Footnote-1808173
-Node: Two-way I/O808369
-Ref: Two-way I/O-Footnote-1814919
-Ref: Two-way I/O-Footnote-2815106
-Node: TCP/IP Networking815188
-Node: Profiling818306
-Ref: Profiling-Footnote-1826799
-Node: Advanced Features Summary827122
-Node: Internationalization828966
-Node: I18N and L10N830446
-Node: Explaining gettext831133
-Ref: Explaining gettext-Footnote-1837025
-Ref: Explaining gettext-Footnote-2837210
-Node: Programmer i18n837375
-Ref: Programmer i18n-Footnote-1842230
-Node: Translator i18n842279
-Node: String Extraction843073
-Ref: String Extraction-Footnote-1844205
-Node: Printf Ordering844291
-Ref: Printf Ordering-Footnote-1847077
-Node: I18N Portability847141
-Ref: I18N Portability-Footnote-1849597
-Node: I18N Example849660
-Ref: I18N Example-Footnote-1852466
-Node: Gawk I18N852539
-Node: I18N Summary853184
-Node: Debugger854525
-Node: Debugging855547
-Node: Debugging Concepts855988
-Node: Debugging Terms857797
-Node: Awk Debugging860372
-Node: Sample Debugging Session861278
-Node: Debugger Invocation861812
-Node: Finding The Bug863198
-Node: List of Debugger Commands869676
-Node: Breakpoint Control871009
-Node: Debugger Execution Control874703
-Node: Viewing And Changing Data878065
-Node: Execution Stack881439
-Node: Debugger Info883076
-Node: Miscellaneous Debugger Commands887147
-Node: Readline Support892235
-Node: Limitations893131
-Ref: Limitations-Footnote-1897362
-Node: Debugging Summary897413
-Node: Arbitrary Precision Arithmetic898692
-Node: Computer Arithmetic900108
-Ref: table-numeric-ranges903699
-Ref: Computer Arithmetic-Footnote-1904421
-Node: Math Definitions904478
-Ref: table-ieee-formats907792
-Ref: Math Definitions-Footnote-1908395
-Node: MPFR features908500
-Node: FP Math Caution910217
-Ref: FP Math Caution-Footnote-1911289
-Node: Inexactness of computations911658
-Node: Inexact representation912618
-Node: Comparing FP Values913978
-Node: Errors accumulate915060
-Node: Getting Accuracy916493
-Node: Try To Round919203
-Node: Setting precision920102
-Ref: table-predefined-precision-strings920799
-Node: Setting the rounding mode922629
-Ref: table-gawk-rounding-modes923003
-Ref: Setting the rounding mode-Footnote-1926411
-Node: Arbitrary Precision Integers926590
-Ref: Arbitrary Precision Integers-Footnote-1931507
-Node: POSIX Floating Point Problems931656
-Ref: POSIX Floating Point Problems-Footnote-1935538
-Node: Floating point summary935576
-Node: Dynamic Extensions937766
-Node: Extension Intro939319
-Node: Plugin License940585
-Node: Extension Mechanism Outline941382
-Ref: figure-load-extension941821
-Ref: figure-register-new-function943386
-Ref: figure-call-new-function944478
-Node: Extension API Description946540
-Node: Extension API Functions Introduction948072
-Node: General Data Types952931
-Ref: General Data Types-Footnote-1958886
-Node: Memory Allocation Functions959185
-Ref: Memory Allocation Functions-Footnote-1962030
-Node: Constructor Functions962129
-Node: Registration Functions963874
-Node: Extension Functions964559
-Node: Exit Callback Functions967182
-Node: Extension Version String968432
-Node: Input Parsers969095
-Node: Output Wrappers978977
-Node: Two-way processors983489
-Node: Printing Messages985754
-Ref: Printing Messages-Footnote-1986925
-Node: Updating ERRNO987078
-Node: Requesting Values987817
-Ref: table-value-types-returned988554
-Node: Accessing Parameters989437
-Node: Symbol Table Access990672
-Node: Symbol table by name991184
-Node: Symbol table by cookie993205
-Ref: Symbol table by cookie-Footnote-1997357
-Node: Cached values997421
-Ref: Cached values-Footnote-11000928
-Node: Array Manipulation1001019
-Ref: Array Manipulation-Footnote-11002110
-Node: Array Data Types1002147
-Ref: Array Data Types-Footnote-11004805
-Node: Array Functions1004897
-Node: Flattening Arrays1008755
-Node: Creating Arrays1015663
-Node: Redirection API1020432
-Node: Extension API Variables1023263
-Node: Extension Versioning1023896
-Ref: gawk-api-version1024333
-Node: Extension API Informational Variables1026089
-Node: Extension API Boilerplate1027153
-Node: Finding Extensions1030967
-Node: Extension Example1031526
-Node: Internal File Description1032324
-Node: Internal File Ops1036404
-Ref: Internal File Ops-Footnote-11048166
-Node: Using Internal File Ops1048306
-Ref: Using Internal File Ops-Footnote-11050689
-Node: Extension Samples1050963
-Node: Extension Sample File Functions1052492
-Node: Extension Sample Fnmatch1060141
-Node: Extension Sample Fork1061628
-Node: Extension Sample Inplace1062846
-Node: Extension Sample Ord1066056
-Node: Extension Sample Readdir1066892
-Ref: table-readdir-file-types1067781
-Node: Extension Sample Revout1068586
-Node: Extension Sample Rev2way1069175
-Node: Extension Sample Read write array1069915
-Node: Extension Sample Readfile1071857
-Node: Extension Sample Time1072952
-Node: Extension Sample API Tests1074300
-Node: gawkextlib1074792
-Node: Extension summary1077239
-Node: Extension Exercises1080941
-Node: Language History1082439
-Node: V7/SVR3.11084095
-Node: SVR41086247
-Node: POSIX1087681
-Node: BTL1089060
-Node: POSIX/GNU1089789
-Node: Feature History1095651
-Node: Common Extensions1110021
-Node: Ranges and Locales1111304
-Ref: Ranges and Locales-Footnote-11115920
-Ref: Ranges and Locales-Footnote-21115947
-Ref: Ranges and Locales-Footnote-31116182
-Node: Contributors1116403
-Node: History summary1121963
-Node: Installation1123343
-Node: Gawk Distribution1124287
-Node: Getting1124771
-Node: Extracting1125732
-Node: Distribution contents1127370
-Node: Unix Installation1133455
-Node: Quick Installation1134137
-Node: Shell Startup Files1136551
-Node: Additional Configuration Options1137629
-Node: Configuration Philosophy1139434
-Node: Non-Unix Installation1141803
-Node: PC Installation1142263
-Node: PC Binary Installation1143101
-Node: PC Compiling1143536
-Node: PC Using1144653
-Node: Cygwin1147698
-Node: MSYS1148468
-Node: VMS Installation1148969
-Node: VMS Compilation1149760
-Ref: VMS Compilation-Footnote-11150989
-Node: VMS Dynamic Extensions1151047
-Node: VMS Installation Details1152732
-Node: VMS Running1154985
-Node: VMS GNV1159264
-Node: VMS Old Gawk1159999
-Node: Bugs1160470
-Node: Bug address1161133
-Node: Usenet1163530
-Node: Maintainers1164305
-Node: Other Versions1165681
-Node: Installation summary1172265
-Node: Notes1173300
-Node: Compatibility Mode1174165
-Node: Additions1174947
-Node: Accessing The Source1175872
-Node: Adding Code1177307
-Node: New Ports1183526
-Node: Derived Files1188014
-Ref: Derived Files-Footnote-11193499
-Ref: Derived Files-Footnote-21193534
-Ref: Derived Files-Footnote-31194132
-Node: Future Extensions1194246
-Node: Implementation Limitations1194904
-Node: Extension Design1196087
-Node: Old Extension Problems1197241
-Ref: Old Extension Problems-Footnote-11198759
-Node: Extension New Mechanism Goals1198816
-Ref: Extension New Mechanism Goals-Footnote-11202180
-Node: Extension Other Design Decisions1202369
-Node: Extension Future Growth1204482
-Node: Old Extension Mechanism1205318
-Node: Notes summary1207081
-Node: Basic Concepts1208263
-Node: Basic High Level1208944
-Ref: figure-general-flow1209226
-Ref: figure-process-flow1209911
-Ref: Basic High Level-Footnote-11213212
-Node: Basic Data Typing1213397
-Node: Glossary1216725
-Node: Copying1248672
-Node: GNU Free Documentation License1286211
-Node: Index1311329
+Ref: Bitwise Functions-Footnote-1576218
+Ref: Bitwise Functions-Footnote-2576391
+Node: Type Functions576582
+Node: I18N Functions579114
+Node: User-defined580765
+Node: Definition Syntax581570
+Ref: Definition Syntax-Footnote-1587257
+Node: Function Example587328
+Ref: Function Example-Footnote-1590250
+Node: Function Caveats590272
+Node: Calling A Function590790
+Node: Variable Scope591748
+Node: Pass By Value/Reference594742
+Node: Return Statement598241
+Node: Dynamic Typing601220
+Node: Indirect Calls602150
+Ref: Indirect Calls-Footnote-1612401
+Node: Functions Summary612529
+Node: Library Functions615234
+Ref: Library Functions-Footnote-1618841
+Ref: Library Functions-Footnote-2618984
+Node: Library Names619155
+Ref: Library Names-Footnote-1622615
+Ref: Library Names-Footnote-2622838
+Node: General Functions622924
+Node: Strtonum Function624027
+Node: Assert Function627049
+Node: Round Function630375
+Node: Cliff Random Function631916
+Node: Ordinal Functions632932
+Ref: Ordinal Functions-Footnote-1635995
+Ref: Ordinal Functions-Footnote-2636247
+Node: Join Function636457
+Ref: Join Function-Footnote-1638227
+Node: Getlocaltime Function638427
+Node: Readfile Function642169
+Node: Shell Quoting644141
+Node: Data File Management645542
+Node: Filetrans Function646174
+Node: Rewind Function650270
+Node: File Checking652176
+Ref: File Checking-Footnote-1653510
+Node: Empty Files653711
+Node: Ignoring Assigns655690
+Node: Getopt Function657240
+Ref: Getopt Function-Footnote-1668709
+Node: Passwd Functions668909
+Ref: Passwd Functions-Footnote-1677748
+Node: Group Functions677836
+Ref: Group Functions-Footnote-1685734
+Node: Walking Arrays685941
+Node: Library Functions Summary688949
+Node: Library Exercises690355
+Node: Sample Programs690820
+Node: Running Examples691590
+Node: Clones692318
+Node: Cut Program693542
+Node: Egrep Program703471
+Ref: Egrep Program-Footnote-1710983
+Node: Id Program711093
+Node: Split Program714773
+Ref: Split Program-Footnote-1718232
+Node: Tee Program718361
+Node: Uniq Program721151
+Node: Wc Program728577
+Ref: Wc Program-Footnote-1732832
+Node: Miscellaneous Programs732926
+Node: Dupword Program734139
+Node: Alarm Program736169
+Node: Translate Program741024
+Ref: Translate Program-Footnote-1745589
+Node: Labels Program745859
+Ref: Labels Program-Footnote-1749210
+Node: Word Sorting749294
+Node: History Sorting753366
+Node: Extract Program755201
+Node: Simple Sed762730
+Node: Igawk Program765804
+Ref: Igawk Program-Footnote-1780135
+Ref: Igawk Program-Footnote-2780337
+Ref: Igawk Program-Footnote-3780459
+Node: Anagram Program780574
+Node: Signature Program783636
+Node: Programs Summary784883
+Node: Programs Exercises786097
+Ref: Programs Exercises-Footnote-1790226
+Node: Advanced Features790317
+Node: Nondecimal Data792307
+Node: Array Sorting793898
+Node: Controlling Array Traversal794598
+Ref: Controlling Array Traversal-Footnote-1802965
+Node: Array Sorting Functions803083
+Ref: Array Sorting Functions-Footnote-1808174
+Node: Two-way I/O808370
+Ref: Two-way I/O-Footnote-1814920
+Ref: Two-way I/O-Footnote-2815107
+Node: TCP/IP Networking815189
+Node: Profiling818307
+Ref: Profiling-Footnote-1826800
+Node: Advanced Features Summary827123
+Node: Internationalization828967
+Node: I18N and L10N830447
+Node: Explaining gettext831134
+Ref: Explaining gettext-Footnote-1837026
+Ref: Explaining gettext-Footnote-2837211
+Node: Programmer i18n837376
+Ref: Programmer i18n-Footnote-1842231
+Node: Translator i18n842280
+Node: String Extraction843074
+Ref: String Extraction-Footnote-1844206
+Node: Printf Ordering844292
+Ref: Printf Ordering-Footnote-1847078
+Node: I18N Portability847142
+Ref: I18N Portability-Footnote-1849598
+Node: I18N Example849661
+Ref: I18N Example-Footnote-1852467
+Node: Gawk I18N852540
+Node: I18N Summary853185
+Node: Debugger854526
+Node: Debugging855548
+Node: Debugging Concepts855989
+Node: Debugging Terms857798
+Node: Awk Debugging860373
+Node: Sample Debugging Session861279
+Node: Debugger Invocation861813
+Node: Finding The Bug863199
+Node: List of Debugger Commands869677
+Node: Breakpoint Control871010
+Node: Debugger Execution Control874704
+Node: Viewing And Changing Data878066
+Node: Execution Stack881440
+Node: Debugger Info883077
+Node: Miscellaneous Debugger Commands887148
+Node: Readline Support892236
+Node: Limitations893132
+Ref: Limitations-Footnote-1897363
+Node: Debugging Summary897414
+Node: Arbitrary Precision Arithmetic898693
+Node: Computer Arithmetic900109
+Ref: table-numeric-ranges903700
+Ref: Computer Arithmetic-Footnote-1904422
+Node: Math Definitions904479
+Ref: table-ieee-formats907793
+Ref: Math Definitions-Footnote-1908396
+Node: MPFR features908501
+Node: FP Math Caution910218
+Ref: FP Math Caution-Footnote-1911290
+Node: Inexactness of computations911659
+Node: Inexact representation912619
+Node: Comparing FP Values913979
+Node: Errors accumulate915061
+Node: Getting Accuracy916494
+Node: Try To Round919204
+Node: Setting precision920103
+Ref: table-predefined-precision-strings920800
+Node: Setting the rounding mode922630
+Ref: table-gawk-rounding-modes923004
+Ref: Setting the rounding mode-Footnote-1926412
+Node: Arbitrary Precision Integers926591
+Ref: Arbitrary Precision Integers-Footnote-1931508
+Node: POSIX Floating Point Problems931657
+Ref: POSIX Floating Point Problems-Footnote-1935539
+Node: Floating point summary935577
+Node: Dynamic Extensions937767
+Node: Extension Intro939320
+Node: Plugin License940586
+Node: Extension Mechanism Outline941383
+Ref: figure-load-extension941822
+Ref: figure-register-new-function943387
+Ref: figure-call-new-function944479
+Node: Extension API Description946541
+Node: Extension API Functions Introduction948073
+Node: General Data Types952932
+Ref: General Data Types-Footnote-1958887
+Node: Memory Allocation Functions959186
+Ref: Memory Allocation Functions-Footnote-1962031
+Node: Constructor Functions962130
+Node: Registration Functions963875
+Node: Extension Functions964560
+Node: Exit Callback Functions967183
+Node: Extension Version String968433
+Node: Input Parsers969096
+Node: Output Wrappers978978
+Node: Two-way processors983490
+Node: Printing Messages985755
+Ref: Printing Messages-Footnote-1986926
+Node: Updating ERRNO987079
+Node: Requesting Values987818
+Ref: table-value-types-returned988555
+Node: Accessing Parameters989438
+Node: Symbol Table Access990673
+Node: Symbol table by name991185
+Node: Symbol table by cookie993206
+Ref: Symbol table by cookie-Footnote-1997358
+Node: Cached values997422
+Ref: Cached values-Footnote-11000929
+Node: Array Manipulation1001020
+Ref: Array Manipulation-Footnote-11002111
+Node: Array Data Types1002148
+Ref: Array Data Types-Footnote-11004806
+Node: Array Functions1004898
+Node: Flattening Arrays1008756
+Node: Creating Arrays1015664
+Node: Redirection API1020433
+Node: Extension API Variables1023264
+Node: Extension Versioning1023897
+Ref: gawk-api-version1024334
+Node: Extension API Informational Variables1026090
+Node: Extension API Boilerplate1027154
+Node: Finding Extensions1030968
+Node: Extension Example1031527
+Node: Internal File Description1032325
+Node: Internal File Ops1036405
+Ref: Internal File Ops-Footnote-11048167
+Node: Using Internal File Ops1048307
+Ref: Using Internal File Ops-Footnote-11050690
+Node: Extension Samples1050964
+Node: Extension Sample File Functions1052493
+Node: Extension Sample Fnmatch1060142
+Node: Extension Sample Fork1061629
+Node: Extension Sample Inplace1062847
+Node: Extension Sample Ord1066057
+Node: Extension Sample Readdir1066893
+Ref: table-readdir-file-types1067782
+Node: Extension Sample Revout1068587
+Node: Extension Sample Rev2way1069176
+Node: Extension Sample Read write array1069916
+Node: Extension Sample Readfile1071858
+Node: Extension Sample Time1072953
+Node: Extension Sample API Tests1074301
+Node: gawkextlib1074793
+Node: Extension summary1077240
+Node: Extension Exercises1080942
+Node: Language History1082440
+Node: V7/SVR3.11084096
+Node: SVR41086248
+Node: POSIX1087682
+Node: BTL1089061
+Node: POSIX/GNU1089790
+Node: Feature History1095652
+Node: Common Extensions1110022
+Node: Ranges and Locales1111305
+Ref: Ranges and Locales-Footnote-11115921
+Ref: Ranges and Locales-Footnote-21115948
+Ref: Ranges and Locales-Footnote-31116183
+Node: Contributors1116404
+Node: History summary1121964
+Node: Installation1123344
+Node: Gawk Distribution1124288
+Node: Getting1124772
+Node: Extracting1125733
+Node: Distribution contents1127371
+Node: Unix Installation1133456
+Node: Quick Installation1134138
+Node: Shell Startup Files1136552
+Node: Additional Configuration Options1137630
+Node: Configuration Philosophy1139435
+Node: Non-Unix Installation1141804
+Node: PC Installation1142264
+Node: PC Binary Installation1143102
+Node: PC Compiling1143537
+Node: PC Using1144654
+Node: Cygwin1147699
+Node: MSYS1148469
+Node: VMS Installation1148970
+Node: VMS Compilation1149761
+Ref: VMS Compilation-Footnote-11150990
+Node: VMS Dynamic Extensions1151048
+Node: VMS Installation Details1152733
+Node: VMS Running1154986
+Node: VMS GNV1159265
+Node: VMS Old Gawk1160000
+Node: Bugs1160471
+Node: Bug address1161134
+Node: Usenet1163531
+Node: Maintainers1164306
+Node: Other Versions1165682
+Node: Installation summary1172266
+Node: Notes1173301
+Node: Compatibility Mode1174166
+Node: Additions1174948
+Node: Accessing The Source1175873
+Node: Adding Code1177308
+Node: New Ports1183527
+Node: Derived Files1188015
+Ref: Derived Files-Footnote-11193500
+Ref: Derived Files-Footnote-21193535
+Ref: Derived Files-Footnote-31194133
+Node: Future Extensions1194247
+Node: Implementation Limitations1194905
+Node: Extension Design1196088
+Node: Old Extension Problems1197242
+Ref: Old Extension Problems-Footnote-11198760
+Node: Extension New Mechanism Goals1198817
+Ref: Extension New Mechanism Goals-Footnote-11202181
+Node: Extension Other Design Decisions1202370
+Node: Extension Future Growth1204483
+Node: Old Extension Mechanism1205319
+Node: Notes summary1207082
+Node: Basic Concepts1208264
+Node: Basic High Level1208945
+Ref: figure-general-flow1209227
+Ref: figure-process-flow1209912
+Ref: Basic High Level-Footnote-11213213
+Node: Basic Data Typing1213398
+Node: Glossary1216726
+Node: Copying1248673
+Node: GNU Free Documentation License1286212
+Node: Index1311330

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 3c31cef5..9015d5f4 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -19516,7 +19516,7 @@ are reduced to fit within the range.}
However, when using arbitrary precision arithmetic with the @option{-M}
option (@pxref{Arbitrary Precision Arithmetic}), the results may differ.
-This is particularly noticable with the @code{compl()} function:
+This is particularly noticeable with the @code{compl()} function:
@example
$ @kbd{gawk 'BEGIN @{ print compl(42) @}'}
@@ -19578,7 +19578,7 @@ are reduced to fit within the range.}
However, when using arbitrary precision arithmetic with the @option{-M}
option (@pxref{Arbitrary Precision Arithmetic}), the results may differ.
-This is particularly noticable with the @code{compl()} function:
+This is particularly noticeable with the @code{compl()} function:
@example
$ @kbd{gawk 'BEGIN @{ print compl(42) @}'}
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 14a1748c..3e33d75d 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -18623,7 +18623,7 @@ are reduced to fit within the range.}
However, when using arbitrary precision arithmetic with the @option{-M}
option (@pxref{Arbitrary Precision Arithmetic}), the results may differ.
-This is particularly noticable with the @code{compl()} function:
+This is particularly noticeable with the @code{compl()} function:
@example
$ @kbd{gawk 'BEGIN @{ print compl(42) @}'}
diff --git a/doc/wordlist b/doc/wordlist
index 7bbed134..759afc87 100644
--- a/doc/wordlist
+++ b/doc/wordlist
@@ -554,6 +554,7 @@ Yawitz
Za
Zaphod
Zaretskii
+Zaretskii's
Zcrtdll
Zeichen
Zeichenkette
@@ -879,6 +880,7 @@ dir
dircategory
direntry
distributable
+div
djgpp
dl
dlload
@@ -957,6 +959,7 @@ expr
ext
extenders
extern
+ezwinports
fPIC
fabi
fabius
@@ -968,6 +971,7 @@ fdata
fe
ferror
fffffffffff
+fffffffffffd
fflush
fi
fieldlist
@@ -1361,6 +1365,7 @@ netlib
newdata
newdir
newgawk
+newgroup
newsxfer
nexgo
nextfile
@@ -1901,6 +1906,7 @@ xdeadBEEF
xdigit
xfcc
xfcd
+xffffffffffffffd
xgawk
xgettext
xnrkb