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/gawk.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gawk.texi') 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; -- cgit v1.2.3