summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-20 01:10:36 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-20 01:10:36 -0600
commiteaf1df7ac8cda97fc4bda6f7c88b7cc7552106d3 (patch)
treee3e96111853192d5245c6fddbcb6293f8b34cf92 /contrib
parenta6c8791c2d60ddb28d4ff51a89e7811e0bef404b (diff)
downloadgroff-git-eaf1df7ac8cda97fc4bda6f7c88b7cc7552106d3.tar.gz
contrib/gdiffmk/ChangeLog: Fix missing word.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gdiffmk/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/gdiffmk/ChangeLog b/contrib/gdiffmk/ChangeLog
index 965e86137..bf528b8f6 100644
--- a/contrib/gdiffmk/ChangeLog
+++ b/contrib/gdiffmk/ChangeLog
@@ -23,12 +23,12 @@
* tests/runtests.sh: Refactor file handling. Use narrower globs
to match the file names actually used; they are suffixed with a
- dot a number, not a number alone. Honor $TMPDIR when creating
- the even-more-temporary file. Revise trap setup so that the
- trap handler cannot be interrupted if it is already running.
- Call the handler, then commit suicide with SIGINT. Use symbolic
- names for signals, not numbers. Call new CleanUp function
- before exiting normally.
+ dot and a number, not a number alone. Honor $TMPDIR when
+ creating the even-more-temporary file. Revise trap setup so
+ that the trap handler cannot be interrupted if it is already
+ running. Call the handler, then commit suicide with SIGINT.
+ Use symbolic names for signals, not numbers. Call new CleanUp
+ function before exiting normally.
(CleanUp): Pull temporary file clean-up logic into new function.
Also delete the even-more-temporary file used in test 1.