gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4381-g319e10d7


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4381-g319e10d7
Date: Tue, 1 Mar 2022 09:21:25 -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.1-stable has been updated
       via  319e10d7a56b9a99788a869a5ae3890ae6205cbc (commit)
      from  fc1410099d6ccbb72adb54ecffd0711348706ca4 (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=319e10d7a56b9a99788a869a5ae3890ae6205cbc

commit 319e10d7a56b9a99788a869a5ae3890ae6205cbc
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Mar 1 16:21:10 2022 +0200

    Typo fix in the manual.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4aaad6c5..6e703394 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2022-03-01         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawktexi.in: Typo fix. Thanks to Antonio Columbo for pointing
+       it out.
+
 2022-02-27         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawktexi.in (Array Sorting Functions): Add a note to be careful
diff --git a/doc/gawk.info b/doc/gawk.info
index 77bdc99f..516053f6 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -21484,7 +21484,7 @@ both values to lowercase in order to compare them 
ignoring case.
      -| A a B b c C D d e E F f g G H h i I J j k K l L M m
      -| n N O o p P Q q r R S s t T u U V v w W X x y Y z Z
 
-     NOTE: 'Under the hood," 'gawk' uses the C library 'qsort()'
+     NOTE: "Under the hood," 'gawk' uses the C library 'qsort()'
      function to manage the sorting.  'qsort()' can call itself
      recursively.  This means that when you write a comparison function,
      you should be careful to avoid the use of global variables and
diff --git a/doc/gawk.texi b/doc/gawk.texi
index bc2768c2..6b9cbbe5 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -30094,7 +30094,7 @@ $ @kbd{gawk -f case_fold_compare.awk}
 @end example
 
 @quotation NOTE
-`Under the hood,'' @command{gawk} uses the C library @code{qsort()}
+``Under the hood,'' @command{gawk} uses the C library @code{qsort()}
 function to manage the sorting. @code{qsort()} can call itself
 recursively.  This means that when you write a comparison function,
 you should be careful to avoid the use of global variables and arrays;
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 93308f52..06d800a2 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -28976,7 +28976,7 @@ $ @kbd{gawk -f case_fold_compare.awk}
 @end example
 
 @quotation NOTE
-`Under the hood,'' @command{gawk} uses the C library @code{qsort()}
+``Under the hood,'' @command{gawk} uses the C library @code{qsort()}
 function to manage the sorting. @code{qsort()} can call itself
 recursively.  This means that when you write a comparison function,
 you should be careful to avoid the use of global variables and arrays;

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

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


hooks/post-receive
-- 
gawk



reply via email to

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