aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
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/gawktexi.in
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/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 134c5558..2eb81be6 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -38623,7 +38623,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