aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-30 16:00:27 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-30 16:00:27 +0300
commitbdcf2bec72b818f6a6e9e0876e61ac9545d1efda (patch)
treed27b25451fcf0318232f86475e4ab226b10fdbeb /doc/gawk.texi
parent16027b4994afff399def0eea30f4b79dd9a7566f (diff)
parent9a15a6a255b5c4c1086c5b6b6e97745b43240feb (diff)
downloadegawk-bdcf2bec72b818f6a6e9e0876e61ac9545d1efda.tar.gz
egawk-bdcf2bec72b818f6a6e9e0876e61ac9545d1efda.tar.bz2
egawk-bdcf2bec72b818f6a6e9e0876e61ac9545d1efda.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 14e154d8..bb891ea3 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -41346,7 +41346,7 @@ The index for this manual was completely reworked.
Support was added for MSYS2.
@item
-@code{asorti()} and @code{asorti()} were changed to
+@code{asort()} and @code{asorti()} were changed to
allow @code{FUNCTAB} and @code{SYMTAB} as the first argument if a
second destination array is supplied (@pxref{String Functions}).
@@ -41363,8 +41363,8 @@ Several example programs in the manual were updated to their modern
POSIX equivalents.
@item
-The ``no effect'' lint warnings were fixed up and now behave more sanely
-(@pxref{Options}).
+The ``no effect'' lint warnings from @option{--lint} were fixed up
+and now behave more sanely (@pxref{Options}).
@item
Handling of Infinity and NaN values were improved.