diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2022-02-23 08:51:08 -0500 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2022-02-23 08:51:08 -0500 |
commit | 2ac80a1340f0424c88c34a242fde57a7575301d0 (patch) | |
tree | 05e43469423dc4cc139af7b2ee2a56d16f669392 /doc/ChangeLog | |
parent | f4e04f2a0da646b4d0ecda53d97d4743e941ab65 (diff) | |
download | egawk-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/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 53f82d3d..48727973 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2022-02-23 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * gawktexi.in (Extension Sample Read write array): Fix description of + readall to say readall instead of writeall. + 2022-02-22 Arnold D. Robbins <arnold@skeeve.com> * awkcard.in: Update --re-interval description. |