aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2022-02-23 08:51:08 -0500
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2022-02-23 08:51:08 -0500
commit2ac80a1340f0424c88c34a242fde57a7575301d0 (patch)
tree05e43469423dc4cc139af7b2ee2a56d16f669392 /doc/gawk.texi
parentf4e04f2a0da646b4d0ecda53d97d4743e941ab65 (diff)
downloadegawk-2ac80a1340f0424c88c34a242fde57a7575301d0.tar.gz
egawk-2ac80a1340f0424c88c34a242fde57a7575301d0.tar.bz2
egawk-2ac80a1340f0424c88c34a242fde57a7575301d0.zip
Fix mistake in gawk manual where I wrote writeall instead of readall.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
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