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/gawk.info | |
parent | fc1410099d6ccbb72adb54ecffd0711348706ca4 (diff) | |
download | egawk-319e10d7a56b9a99788a869a5ae3890ae6205cbc.tar.gz egawk-319e10d7a56b9a99788a869a5ae3890ae6205cbc.tar.bz2 egawk-319e10d7a56b9a99788a869a5ae3890ae6205cbc.zip |
Typo fix in the manual.
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 77bdc99f..516053f6 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -21484,7 +21484,7 @@ both values to lowercase in order to compare them ignoring case. -| A a B b c C D d e E F f g G H h i I J j k K l L M m -| n N O o p P Q q r R S s t T u U V v w W X x y Y z Z - NOTE: 'Under the hood," 'gawk' uses the C library 'qsort()' + NOTE: "Under the hood," 'gawk' uses the C library 'qsort()' function to manage the sorting. '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 |