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-5495-gd60aa167


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5495-gd60aa167
Date: Tue, 30 Jul 2024 12:45:10 -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  d60aa167774aaecd71e680b9082c98fd0ac39f14 (commit)
      from  3d1aa83d7bc89370faa8b6fc9cbfffecdb113d3a (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=d60aa167774aaecd71e680b9082c98fd0ac39f14

commit d60aa167774aaecd71e680b9082c98fd0ac39f14
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Jul 30 19:44:51 2024 +0300

    Small doc edit.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index f0fc4d88..33e3a2b1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2024-07-30         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawk.texi: Small style edits.
+
 2024-07-29         Andrew J. Schorr      <aschorr@telemetry-investments.com>
        
        * gawk.texi (Extensions in gawk Not in POSIX awk): Note that
diff --git a/doc/gawk.info b/doc/gawk.info
index 41f1d360..f996c356 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -40439,7 +40439,7 @@ Node: SVR41274352
 Node: POSIX1275884
 Node: BTL1277309
 Node: POSIX/GNU1278076
-Ref: Gawk Extension Functions1281473
+Ref: Gawk Extension Functions1281466
 Node: Feature History1284890
 Node: Common Extensions1304731
 Node: Ranges and Locales1306206
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 9583dc8c..3b2d1d98 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -33494,7 +33494,7 @@ function gsub(str, pat, result) @{ @dots{} @}
 @item
 Outside the @code{awk} namespace, the names of the additional @command{gawk}
 built-in functions (such as @code{gensub()} or @code{strftime()}) @emph{may}
-be used as component names (@pxref {Gawk Extension Functions}).
+be used as component names (@pxref{Gawk Extension Functions}).
 The same set of names may be used as namespace
 names, although this has the potential to be confusing.
 
@@ -40615,8 +40615,9 @@ argument, which is an array to hold the text of the 
field separators
 (@pxref{String Functions})
 @end itemize
 
+@anchor{Gawk Extension Functions}
 @item
-@anchor{Gawk Extension Functions}Additional functions only in @command{gawk}:
+Additional functions only in @command{gawk}:
 
 @itemize @value{MINUS}
 @item

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

Summary of changes:
 doc/ChangeLog | 4 ++++
 doc/gawk.info | 2 +-
 doc/gawk.texi | 5 +++--
 3 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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