gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4952-ga4b8dca2


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4952-ga4b8dca2
Date: Mon, 14 Nov 2022 14:58:48 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-5.2-stable has been updated
       via  a4b8dca2f00d3e64ff6e0462f2c06cf020adb1c5 (commit)
      from  1d4e1e1bc75d213ea439078267596674ef461957 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=a4b8dca2f00d3e64ff6e0462f2c06cf020adb1c5

commit a4b8dca2f00d3e64ff6e0462f2c06cf020adb1c5
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Nov 14 21:58:24 2022 +0200

    Typo fix in the manual.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index c12ea37e..510e82ca 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2022-11-14         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawktexi.in: Typo fix.
+
 2022-11-13         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawktexi.in (Other Versions): Add info on awkcc.
diff --git a/doc/gawk.info b/doc/gawk.info
index e9a1d85f..4fb894f4 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -32579,7 +32579,7 @@ Mircea Neacsu's Embeddable 'awk'
 
 'awkcc'
      This is an early adaptation of Unix 'awk' that translates 'awk'
-     into C code.  It was done by J. Christropher Ramming at Bell Labs,
+     into C code.  It was done by J. Christopher Ramming at Bell Labs,
      circa 1988.  It's available at <https://github.com/nokia/awkcc>.
      Bringing this up to date would be an interesting software
      engineering exercise.
@@ -39831,37 +39831,37 @@ Node: Performance bugs1301500
 Node: Asking for help1304421
 Node: Maintainers1306388
 Node: Other Versions1307395
-Node: Installation summary1315975
-Node: Notes1317315
-Node: Compatibility Mode1318109
-Node: Additions1318891
-Node: Accessing The Source1319816
-Node: Adding Code1321253
-Node: New Ports1328068
-Node: Derived Files1332443
-Ref: Derived Files-Footnote-11338102
-Ref: Derived Files-Footnote-21338137
-Ref: Derived Files-Footnote-31338732
-Node: Future Extensions1338846
-Node: Implementation Limitations1339504
-Node: Extension Design1340714
-Node: Old Extension Problems1341858
-Ref: Old Extension Problems-Footnote-11343376
-Node: Extension New Mechanism Goals1343433
-Ref: Extension New Mechanism Goals-Footnote-11346797
-Node: Extension Other Design Decisions1346986
-Node: Extension Future Growth1349099
-Node: Notes summary1349705
-Node: Basic Concepts1350863
-Node: Basic High Level1351544
-Ref: figure-general-flow1351826
-Ref: figure-process-flow1352512
-Ref: Basic High Level-Footnote-11355814
-Node: Basic Data Typing1355999
-Node: Glossary1359327
-Node: Copying1391214
-Node: GNU Free Documentation License1428757
-Node: Index1453877
+Node: Installation summary1315974
+Node: Notes1317314
+Node: Compatibility Mode1318108
+Node: Additions1318890
+Node: Accessing The Source1319815
+Node: Adding Code1321252
+Node: New Ports1328067
+Node: Derived Files1332442
+Ref: Derived Files-Footnote-11338101
+Ref: Derived Files-Footnote-21338136
+Ref: Derived Files-Footnote-31338731
+Node: Future Extensions1338845
+Node: Implementation Limitations1339503
+Node: Extension Design1340713
+Node: Old Extension Problems1341857
+Ref: Old Extension Problems-Footnote-11343375
+Node: Extension New Mechanism Goals1343432
+Ref: Extension New Mechanism Goals-Footnote-11346796
+Node: Extension Other Design Decisions1346985
+Node: Extension Future Growth1349098
+Node: Notes summary1349704
+Node: Basic Concepts1350862
+Node: Basic High Level1351543
+Ref: figure-general-flow1351825
+Ref: figure-process-flow1352511
+Ref: Basic High Level-Footnote-11355813
+Node: Basic Data Typing1355998
+Node: Glossary1359326
+Node: Copying1391213
+Node: GNU Free Documentation License1428756
+Node: Index1453876
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index a413b2e0..8535232e 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -44525,7 +44525,7 @@ modified version of BWK @command{awk}, described 
earlier.)
 @cindex Ramming, J.@: Christopher
 This is an early adaptation of Unix @command{awk} that
 translates @command{awk} into C code. It was done by
-J.@: Christropher Ramming at Bell Labs, circa 1988.
+J.@: Christopher Ramming at Bell Labs, circa 1988.
 It's available at @uref{https://github.com/nokia/awkcc}.
 Bringing this up to date would be an interesting
 software engineering exercise.
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 29c3b163..11b073b5 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -43340,7 +43340,7 @@ modified version of BWK @command{awk}, described 
earlier.)
 @cindex Ramming, J.@: Christopher
 This is an early adaptation of Unix @command{awk} that
 translates @command{awk} into C code. It was done by
-J.@: Christropher Ramming at Bell Labs, circa 1988.
+J.@: Christopher Ramming at Bell Labs, circa 1988.
 It's available at @uref{https://github.com/nokia/awkcc}.
 Bringing this up to date would be an interesting
 software engineering exercise.

-----------------------------------------------------------------------

Summary of changes:
 doc/ChangeLog   |  4 ++++
 doc/gawk.info   | 64 ++++++++++++++++++++++++++++-----------------------------
 doc/gawk.texi   |  2 +-
 doc/gawktexi.in |  2 +-
 4 files changed, 38 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]