aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-04-24 13:03:28 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-04-24 13:03:28 +0300
commit963bfd011dffc072a3fdc63b74910679d6660f50 (patch)
treef77920bafaa693f657eef6b781b4e419409c51bb /doc/gawk.1
parent8eb45b02e704c95866970005fe771e3507fb935c (diff)
downloadegawk-963bfd011dffc072a3fdc63b74910679d6660f50.tar.gz
egawk-963bfd011dffc072a3fdc63b74910679d6660f50.tar.bz2
egawk-963bfd011dffc072a3fdc63b74910679d6660f50.zip
Update docs some more.
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.