summaryrefslogtreecommitdiff
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index c0b932ff..60b1f1c3 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -39857,7 +39857,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}).
@@ -39874,8 +39874,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.