From 319e10d7a56b9a99788a869a5ae3890ae6205cbc Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 1 Mar 2022 16:21:10 +0200 Subject: Typo fix in the manual. --- doc/ChangeLog | 5 +++++ doc/gawk.info | 2 +- doc/gawk.texi | 2 +- doc/gawktexi.in | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) 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 + + * gawktexi.in: Typo fix. Thanks to Antonio Columbo for pointing + it out. + 2022-02-27 Arnold D. Robbins * 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; -- cgit v1.2.3