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 | |
parent | c509ac95d57c94882b89b76920a7d56820b4b0ce (diff) | |
parent | db3debe5a18baea91891642328ebca49b9c7cf29 (diff) | |
download | egawk-fd30fd05540a3a26a525ae9ad519a096c355b6b2.tar.gz egawk-fd30fd05540a3a26a525ae9ad519a096c355b6b2.tar.bz2 egawk-fd30fd05540a3a26a525ae9ad519a096c355b6b2.zip |
Merge branch 'master' into feature/docit
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 2 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 8a7a9c40..58645fe4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2022-03-01 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Typo fix. Thanks to Antonio Columbo for pointing + it out. + 2022-02-27 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in (Bugs): Updated to describe the gawkbug program. diff --git a/doc/gawk.info b/doc/gawk.info index 67b10ce3..b0167ae0 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -21551,7 +21551,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 diff --git a/doc/gawk.texi b/doc/gawk.texi index d0d21f4f..68b52536 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -30168,7 +30168,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; 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; |