summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b12b125f1..9933d9c3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
(first_last_page): Use xstrtoumax in place of strtoumax,
so we don't interpret a negative page number (e.g., in an option
like --pages=1:-1) as valid.
- * tests/pr/Test.pm: Add a test for this.
+ * tests/pr/Test.pm (neg-page): Add a test for this.
2005-03-30 Paul Eggert <eggert@cs.ucla.edu>