diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rw-r--r-- | extension/rwarray.3am | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 57365f97..199c5035 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +2012-11-04 Arnold D. Robbins <arnold@skeeve.com> + + * rwarray.3am: Minor edits. + 2012-10-28 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (dist_man_MANS): Update the list. diff --git a/extension/rwarray.3am b/extension/rwarray.3am index 571736d3..02373973 100644 --- a/extension/rwarray.3am +++ b/extension/rwarray.3am @@ -1,4 +1,4 @@ -.TH RWARRAY 3am "Aug 08 2012" "Free Software Foundation" "GNU Awk Extension Modules" +.TH RWARRAY 3am "Nov 04 2012" "Free Software Foundation" "GNU Awk Extension Modules" .SH NAME writea, reada \- write and read gawk arrays to/from files .SH SYNOPSIS @@ -24,7 +24,7 @@ file to which dump the array, and the array itself as the second argument. .B writea() understands multidimensional arrays. -It returns 1 on success, 0 on failure. +It returns one on success, or zero upon failure. .TP .B reada() is the inverse of @@ -32,7 +32,7 @@ is the inverse of it reads the file named as its first argument, filling in the array named as the second argument. It clears the array first. -Here too, the return value is 1 on success and 0 on failure. +Here too, the return value is one on success and zero upon failure. .SH NOTES The array created by .B reada() |