diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-01 16:23:27 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-01 16:23:27 +0200 |
commit | fd30fd05540a3a26a525ae9ad519a096c355b6b2 (patch) | |
tree | 3e57fa180b81745218997486e2216dbfe500abcc /doc/gawktexi.in | |
parent | c509ac95d57c94882b89b76920a7d56820b4b0ce (diff) | |
parent | db3debe5a18baea91891642328ebca49b9c7cf29 (diff) | |
download | egawk-fd30fd05540a3a26a525ae9ad519a096c355b6b2.tar.gz egawk-fd30fd05540a3a26a525ae9ad519a096c355b6b2.tar.bz2 egawk-fd30fd05540a3a26a525ae9ad519a096c355b6b2.zip |
Merge branch 'master' into feature/docit
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 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; |