gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5496-g891341aa


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5496-g891341aa
Date: Mon, 5 Aug 2024 14:13:53 -0400 (EDT)

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.3-stable has been updated
       via  891341aadec38fe62f7f4224ca53e20a36614386 (commit)
      from  d60aa167774aaecd71e680b9082c98fd0ac39f14 (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=891341aadec38fe62f7f4224ca53e20a36614386

commit 891341aadec38fe62f7f4224ca53e20a36614386
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Aug 5 21:13:36 2024 +0300

    Small doc fix.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 33e3a2b1..7102717b 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2024-08-05         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawk.texi: Small consistency fix.
+
 2024-07-30         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawk.texi: Small style edits.
diff --git a/doc/gawk.info b/doc/gawk.info
index f996c356..644c33f4 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -32875,10 +32875,10 @@ to follow:
      Unpack the source code in a new directory, and configure it:
 
           $ tar -xpzvf gawk-X.Y.Z.tar.gz
-          ⊣ ...                                Output omitted
+          ...                                Output omitted
           $ cd gawk-X.Y.Z
           $ ./configure
-          ⊣ ...                                Output omitted
+          ...                                Output omitted
 
   3. Edit the files ‘Makefile’ and ‘support/Makefile’.  Change every
      instance of ‘-O2’ or ‘-O’ to ‘-pg’.  This causes ‘gawk’ 
to be
@@ -32887,7 +32887,7 @@ to follow:
   4. Compile the program by running the ‘make’ command:
 
           $ make
-          ⊣ ...                                Output omitted
+          ...                                Output omitted
 
   5. Run the freshly compiled ‘gawk’ on a _real_ program, using _real_
      data.  Using an artificial program to try to time one particular
@@ -40480,40 +40480,40 @@ Node: Bug definition1364348
 Node: Bug address1367949
 Node: Usenet1371518
 Node: Performance bugs1372731
-Node: Asking for help1375747
-Node: Maintainers1377734
-Node: Other Versions1378761
-Node: Installation summary1388365
-Node: Notes1389747
-Node: Compatibility Mode1390557
-Node: Additions1391379
-Node: Accessing The Source1392324
-Node: Adding Code1393855
-Node: New Ports1400966
-Node: Derived Files1405469
-Ref: Derived Files-Footnote-11411280
-Ref: Derived Files-Footnote-21411315
-Ref: Derived Files-Footnote-31411926
-Node: Future Extensions1412040
-Node: Implementation Limitations1412710
-Node: Extension Design1413952
-Node: Old Extension Problems1415112
-Ref: Old Extension Problems-Footnote-11416684
-Node: Extension New Mechanism Goals1416745
-Ref: Extension New Mechanism Goals-Footnote-11420215
-Node: Extension Other Design Decisions1420416
-Node: Extension Future Growth1422613
-Node: Notes summary1423233
-Node: Basic Concepts1424443
-Node: Basic High Level1425128
-Ref: figure-general-flow1425410
-Ref: figure-process-flow1426112
-Ref: Basic High Level-Footnote-11429482
-Node: Basic Data Typing1429671
-Node: Glossary1433079
-Node: Copying1465957
-Node: GNU Free Documentation License1503515
-Node: Index1528638
+Node: Asking for help1375735
+Node: Maintainers1377722
+Node: Other Versions1378749
+Node: Installation summary1388353
+Node: Notes1389735
+Node: Compatibility Mode1390545
+Node: Additions1391367
+Node: Accessing The Source1392312
+Node: Adding Code1393843
+Node: New Ports1400954
+Node: Derived Files1405457
+Ref: Derived Files-Footnote-11411268
+Ref: Derived Files-Footnote-21411303
+Ref: Derived Files-Footnote-31411914
+Node: Future Extensions1412028
+Node: Implementation Limitations1412698
+Node: Extension Design1413940
+Node: Old Extension Problems1415100
+Ref: Old Extension Problems-Footnote-11416672
+Node: Extension New Mechanism Goals1416733
+Ref: Extension New Mechanism Goals-Footnote-11420203
+Node: Extension Other Design Decisions1420404
+Node: Extension Future Growth1422601
+Node: Notes summary1423221
+Node: Basic Concepts1424431
+Node: Basic High Level1425116
+Ref: figure-general-flow1425398
+Ref: figure-process-flow1426100
+Ref: Basic High Level-Footnote-11429470
+Node: Basic Data Typing1429659
+Node: Glossary1433067
+Node: Copying1465945
+Node: GNU Free Documentation License1503503
+Node: Index1528626
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 3b2d1d98..00abf0a2 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -43742,10 +43742,10 @@ it:
 
 @example
 $ @kbd{tar -xpzvf gawk-X.Y.Z.tar.gz}
-@print{} @dots{}                                @ii{Output omitted}
+@dots{}                                @ii{Output omitted}
 $ @kbd{cd gawk-X.Y.Z}
 $ @kbd{./configure}
-@print{} @dots{}                                @ii{Output omitted}
+@dots{}                                @ii{Output omitted}
 @end example
 
 @item
@@ -43759,7 +43759,7 @@ Compile the program by running the @command{make} 
command:
 @example
 @group
 $ @kbd{make}
-@print{} @dots{}                                @ii{Output omitted}
+@dots{}                                @ii{Output omitted}
 @end group
 @end example
 

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

Summary of changes:
 doc/ChangeLog |  4 ++++
 doc/gawk.info | 74 +++++++++++++++++++++++++++++------------------------------
 doc/gawk.texi |  6 ++---
 3 files changed, 44 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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