diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index c319de19..b43dde16 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -39780,7 +39780,7 @@ is completely equivalent to calling It returns one on success, or zero upon failure @cindex @code{readall()} extension function -@item ret = writeall(file) +@item ret = readall(file) This function takes a string argument, which is the name of the file from which to read the contents of various global variables. For each variable in the file, the data is loaded unless the variable |