aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
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 /doc/gawktexi.in
parent67828f9c4d0c53508e18c7df975c57f20ebb0e79 (diff)
parent319e10d7a56b9a99788a869a5ae3890ae6205cbc (diff)
downloadegawk-db3debe5a18baea91891642328ebca49b9c7cf29.tar.gz
egawk-db3debe5a18baea91891642328ebca49b9c7cf29.tar.bz2
egawk-db3debe5a18baea91891642328ebca49b9c7cf29.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
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;