aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-30 15:55:46 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-30 15:55:46 +0300
commit9a15a6a255b5c4c1086c5b6b6e97745b43240feb (patch)
treee376e48b5d5787d3c60209c2073a253fac5789be /doc/gawk.texi
parentaa3d53c78f360c6e460d1facf46f1e7e744ac14a (diff)
downloadegawk-9a15a6a255b5c4c1086c5b6b6e97745b43240feb.tar.gz
egawk-9a15a6a255b5c4c1086c5b6b6e97745b43240feb.tar.bz2
egawk-9a15a6a255b5c4c1086c5b6b6e97745b43240feb.zip
Small doc fixes.
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 8efef3b3..9caec483 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -41014,7 +41014,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}).
@@ -41031,8 +41031,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.