diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-08-26 08:30:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-08-26 08:30:06 +0300 |
commit | dd2b1a82e596f4d9c62b108ebca2694f13874d3c (patch) | |
tree | 0250c764c1d6120f7921c919c1977a89aadf248f /doc/ChangeLog | |
parent | 18b983a2603e1683c6d344d535605b5568a2f957 (diff) | |
download | egawk-dd2b1a82e596f4d9c62b108ebca2694f13874d3c.tar.gz egawk-dd2b1a82e596f4d9c62b108ebca2694f13874d3c.tar.bz2 egawk-dd2b1a82e596f4d9c62b108ebca2694f13874d3c.zip |
Fix small doc errors.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index ef300e52..9212bd9b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,9 +1,14 @@ +2020-08-26 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Fix some small mistakes / typos. + 2020-08-25 Arnold D. Robbins <arnold@skeeve.com> - * gawktexi.in (BEGINFILE/ENDFILE): Document that as of 5.1.1, in a BEGINFILE, - the record and fields are cleared. Fixes an issue reported by Pat Rankin - in May, 2011. Remove the related FIXME, as well as a FIXME later on that - is no longer relevant. Clarify the prose in the whole section. + * gawktexi.in (BEGINFILE/ENDFILE): Document that as of 5.1.1, in + a BEGINFILE, the record and fields are cleared. Fixes an issue + reported by Pat Rankin in May, 2011. Remove the related FIXME, + as well as a FIXME later on that is no longer relevant. Clarify + the prose in the whole section. 2020-08-24 Arnold D. Robbins <arnold@skeeve.com> |