summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-02-13 06:19:44 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-02-13 06:19:44 +0200
commit0d33c5c273087061f390ad7b519a2cf63b8d786d (patch)
tree897f037e39d2af2326142a58397b9c40ea9d8e75
parent21cc2dc13d48aaa70b88d7a190ea8b4b830986f4 (diff)
parentaf3bd5ea36908e9d706dd18bfd263e3fd83ee279 (diff)
downloadgawk-0d33c5c273087061f390ad7b519a2cf63b8d786d.tar.gz
Merge branch 'gawk-4.1-stable'
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gawk.info72
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in4
4 files changed, 45 insertions, 40 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b18bb190..11e25288 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-13 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Fix two typos.
+ * wordlist.txt: Update.
+
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..fe48fdaf 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -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).
@@ -35963,39 +35963,39 @@ 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: 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

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 5def1f9b..6e4f5a3e 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -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..febe2c80 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -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