aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-03-01 16:22:09 +0200
committerArnold D. Robbins <arnold@skeeve.com>2022-03-01 16:22:09 +0200
commitdb3debe5a18baea91891642328ebca49b9c7cf29 (patch)
tree12446a68b719fed8c00bd1b1e2e10e61453ac663
parent67828f9c4d0c53508e18c7df975c57f20ebb0e79 (diff)
parent319e10d7a56b9a99788a869a5ae3890ae6205cbc (diff)
downloadegawk-db3debe5a18baea91891642328ebca49b9c7cf29.tar.gz
egawk-db3debe5a18baea91891642328ebca49b9c7cf29.tar.bz2
egawk-db3debe5a18baea91891642328ebca49b9c7cf29.zip
Merge branch 'gawk-5.1-stable'
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gawk.info2
-rw-r--r--doc/gawk.texi2
-rw-r--r--doc/gawktexi.in2
4 files changed, 8 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 8a7a9c40..58645fe4 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 (Bugs): Updated to describe the gawkbug program.
diff --git a/doc/gawk.info b/doc/gawk.info
index 67b10ce3..b0167ae0 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -21551,7 +21551,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 d0d21f4f..68b52536 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -30168,7 +30168,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 63f31366..bfefda24 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -29050,7 +29050,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;