diff options
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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. |