diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-01 16:21:10 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-01 16:21:10 +0200 |
commit | 319e10d7a56b9a99788a869a5ae3890ae6205cbc (patch) | |
tree | 09923b0f9541dc1e53a58a4d5e8a7170007be5de /doc/gawktexi.in | |
parent | fc1410099d6ccbb72adb54ecffd0711348706ca4 (diff) | |
download | egawk-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.in | 2 |
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; |