aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.110
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index 3fdf5605..57231524 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -14,7 +14,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "Mar 29 2011" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "Apr 24 2011" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -2492,8 +2492,12 @@ unchanged. The optional string
controls the direction and the comparsion mode.
Valid values for
.I how
-are "ascending string", "ascending number",
-"descending string" and "descending number".
+are
+\fB"ascending string"\fR,
+\fB"ascending number"\fR,
+\fB"descending string\fR"
+and
+\fB"descending number"\fR.
It can also be the name of a user-defined
comparison function as described in
\fBPROCINFO["sorted_in"]\fR.