diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-04-27 21:55:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-04-27 21:55:24 +0300 |
commit | 9e2c7a30a0dfa4f50ea4c052d18f9a923bb51b87 (patch) | |
tree | 847679c3cb306520f2ccfc8d2bfc0420dbccf06e /doc/awkcard.in | |
parent | 53b315ceb4654ddef8aaa0cfcc1b0539b02ae36f (diff) | |
download | egawk-9e2c7a30a0dfa4f50ea4c052d18f9a923bb51b87.tar.gz egawk-9e2c7a30a0dfa4f50ea4c052d18f9a923bb51b87.tar.bz2 egawk-9e2c7a30a0dfa4f50ea4c052d18f9a923bb51b87.zip |
Documentation updates.
Diffstat (limited to 'doc/awkcard.in')
-rw-r--r-- | doc/awkcard.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index d057eee1..57d0c028 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -1599,15 +1599,16 @@ T} .fi .in +.2i .ti -.2i -\*(CB\*(FCasort(\*(FIs\*(FC \*(FR[\*(FC, \*(FId\*(FR]\*(FC)\*(FR +\*(CB\*(FCasort(\*(FIs \*(FR[\*(FC,\*(FI d \*(FR[\*(FC,\*(FI comp\*(FR]]\*(FC)\*(FR .br Sort the source array \*(FIs\*(FR, replacing the indices with numeric values 1 through \*(FIn\*(FR (the number of elements in the array), and return the number of elements. If destination \*(FId\*(FR is supplied, copy \*(FIs\*(FR to \*(FId\*(FR, -sort \*(FId\*(FR, and leave \*(FIs\*(FR unchanged.\*(CD +sort \*(FId\*(FR, and leave \*(FIs\*(FR unchanged. +Use \*(FIcomp\*(FR to compare indices and elements.\*(CD .ti -.2i -\*(CB\*(FCasorti(\*(FIs\*(FC \*(FR[\*(FC, \*(FId\*(FR]\*(FC)\*(FR +\*(CB\*(FCasorti(\*(FIs \*(FR[\*(FC,\*(FI d \*(FR[\*(FC,\*(FI comp\*(FR]]\*(FC)\*(FR .br Like \*(FCasort()\*(FR, but sort on the indices, not the values. The original values are thrown array, so provide a |