aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-03-01 16:21:10 +0200
committerArnold D. Robbins <arnold@skeeve.com>2022-03-01 16:21:10 +0200
commit319e10d7a56b9a99788a869a5ae3890ae6205cbc (patch)
tree09923b0f9541dc1e53a58a4d5e8a7170007be5de /doc/gawktexi.in
parentfc1410099d6ccbb72adb54ecffd0711348706ca4 (diff)
downloadegawk-319e10d7a56b9a99788a869a5ae3890ae6205cbc.tar.gz
egawk-319e10d7a56b9a99788a869a5ae3890ae6205cbc.tar.bz2
egawk-319e10d7a56b9a99788a869a5ae3890ae6205cbc.zip
Typo fix in the manual.
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 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;