diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-04-24 13:03:28 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-04-24 13:03:28 +0300 |
commit | 963bfd011dffc072a3fdc63b74910679d6660f50 (patch) | |
tree | f77920bafaa693f657eef6b781b4e419409c51bb /doc/gawk.1 | |
parent | 8eb45b02e704c95866970005fe771e3507fb935c (diff) | |
download | egawk-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.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. |