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/gawktexi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gawktexi.in') 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