aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/awkcard.in7
-rw-r--r--doc/gawk.17
3 files changed, 13 insertions, 6 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index cdc4fd39..d6581376 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+Wed Apr 27 21:49:23 2011 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.1: Minor edit.
+ * awkcard.in: Document third arg to asort and asorti.
+
Thu Apr 7 21:55:27 2011 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi (Nextfile Function): Removed, along with all references,
diff --git a/doc/awkcard.in b/doc/awkcard.in
index d057eee1..57d0c028 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -1599,15 +1599,16 @@ T}
.fi
.in +.2i
.ti -.2i
-\*(CB\*(FCasort(\*(FIs\*(FC \*(FR[\*(FC, \*(FId\*(FR]\*(FC)\*(FR
+\*(CB\*(FCasort(\*(FIs \*(FR[\*(FC,\*(FI d \*(FR[\*(FC,\*(FI comp\*(FR]]\*(FC)\*(FR
.br
Sort the source array \*(FIs\*(FR, replacing the indices with numeric
values 1 through \*(FIn\*(FR (the number of elements in the array),
and return the number of elements.
If destination \*(FId\*(FR is supplied, copy \*(FIs\*(FR to \*(FId\*(FR,
-sort \*(FId\*(FR, and leave \*(FIs\*(FR unchanged.\*(CD
+sort \*(FId\*(FR, and leave \*(FIs\*(FR unchanged.
+Use \*(FIcomp\*(FR to compare indices and elements.\*(CD
.ti -.2i
-\*(CB\*(FCasorti(\*(FIs\*(FC \*(FR[\*(FC, \*(FId\*(FR]\*(FC)\*(FR
+\*(CB\*(FCasorti(\*(FIs \*(FR[\*(FC,\*(FI d \*(FR[\*(FC,\*(FI comp\*(FR]]\*(FC)\*(FR
.br
Like \*(FCasort()\*(FR, but sort on the indices, not
the values. The original values are thrown array, so provide a
diff --git a/doc/gawk.1 b/doc/gawk.1
index 57231524..f7ec6d18 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -14,7 +14,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "Apr 24 2011" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "Apr 29 2011" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -309,13 +309,14 @@ This option disables command-line variable assignments.
.PD
.B \-\^\-gen\-pot
Scan and parse the \*(AK program, and generate a \*(GN
-.B \&.po
+.B \&.pot
+(Portable Object Template)
format file on standard output with entries for all localizable
strings in the program. The program itself is not executed.
See the \*(GN
.I gettext
distribution for more information on
-.B \&.po
+.B \&.pot
files.
.TP
.PD 0