diff options
Diffstat (limited to 'extension/rwarray.3am')
-rw-r--r-- | extension/rwarray.3am | 6 |
1 files changed, 3 insertions, 3 deletions
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() |