summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-16 22:16:36 +0000
committerJim Meyering <jim@meyering.net>2003-04-16 22:16:36 +0000
commit06a1e47a5cfb42705f75b1ca4d55665074aba2dc (patch)
tree796c51c298b6de6fb75910937db8a330a01f9083
parent06e65c2c685d3c510d530f77179d331d99f43e00 (diff)
downloadcoreutils-06a1e47a5cfb42705f75b1ca4d55665074aba2dc.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eec9a5bb..8df9b8a50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,10 +19,9 @@
string and `quote (optarg)' as the corresponding argument.
Also, diagnose all invalid command line options before failing.
- * src/nl.c (proc_text): Fix a bug introduced on 2001-11-10,
- for textutils-2.0.17, that would make nl output extra newlines
- in some cases. It was reported at http://bugs.debian.org/177256.
- This bug was introduced for textutils-2.0.17 on 2001-11-10.
+ * src/nl.c (proc_text): Fix a bug that would make nl output extra
+ newlines in some cases. Details here: http://bugs.debian.org/177256.
+ This bug was introduced on 2001-11-10 for textutils-2.0.17.
* tests/misc/nl: Add test for the above-fixed bug.
* tests/misc/readlink: New file. Test the --canonicalize option.