diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-07-07 07:28:19 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-07-07 07:28:19 +0300 |
commit | 4f6a10757a6355e6e4cd0d3418afc9fd80a7ad0f (patch) | |
tree | b2737c1f4caa23b62f1fd8ffe8c32a741552866a /doc/gawk.1 | |
parent | adc320065e5e62ff0cdada35d7964a378638d1fd (diff) | |
parent | d1331d9a9e6053341b6027a91944d7f099ff5de3 (diff) | |
download | egawk-4f6a10757a6355e6e4cd0d3418afc9fd80a7ad0f.tar.gz egawk-4f6a10757a6355e6e4cd0d3418afc9fd80a7ad0f.tar.bz2 egawk-4f6a10757a6355e6e4cd0d3418afc9fd80a7ad0f.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "May 30 2021" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Jul 05 2021" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -2940,6 +2940,9 @@ any of the strings valid for It can also be the name of a user-defined comparison function as described in \fBPROCINFO["sorted_in"]\fR. +.IR s " and " d +are allowed to be the same array; this only makes sense when +supplying the third argument as well. .TP "\w'\fBsprintf(\^\fIfmt\fB\^, \fIexpr-list\^\fB)\fR'u+1n" \fBasorti(\fIs \fR[\fB, \fId\fR [\fB, \fIhow\fR] ]\fB)\fR Return the number of elements in the source @@ -2959,6 +2962,10 @@ The purpose of the optional string is the same as described previously for .BR asort() . +Here too, +.IR s " and " d +are allowed to be the same array; this only makes sense when +supplying the third argument as well. .TP \fBgensub(\fIr\fB, \fIs\fB, \fIh \fR[\fB, \fIt\fR]\fB)\fR Search the target string |