]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 16 Apr 2003 22:16:36 +0000 (22:16 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 16 Apr 2003 22:16:36 +0000 (22:16 +0000)
ChangeLog

index 4eec9a5bb8962cc9c1849a6f9e8fd7d1ac92bca9..8df9b8a50595c21a0d33c0e79c9875705e2746ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        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.