From 02ea2bf02041509c78708b904c85093b2837acde Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 1 Dec 2010 21:53:06 +0200 Subject: Lots of documentation changes. --- awklib/eg/prog/indirectcall.awk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'awklib/eg/prog/indirectcall.awk') diff --git a/awklib/eg/prog/indirectcall.awk b/awklib/eg/prog/indirectcall.awk index 56843d5d..3ecb2887 100644 --- a/awklib/eg/prog/indirectcall.awk +++ b/awklib/eg/prog/indirectcall.awk @@ -11,7 +11,8 @@ function num_ge(left, right) { return ((left + 0) >= (right + 0)) } -# do_sort --- sort the data according to `compare' and return it as a string +# do_sort --- sort the data according to `compare' +# and return it as a string function do_sort(first, last, compare, data, i, retval) { -- cgit v1.2.3