]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 20 Apr 2004 10:04:43 +0000 (10:04 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 20 Apr 2004 10:04:43 +0000 (10:04 +0000)
ChangeLog

index 18a5cea946d3052f5983e2b69dc2fabcce5ee6a2..034828c696cec9f679042dd26155303665b91fd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 
        * Version 5.3.0.
 
+       * man/help2man: Accept new option: --program-name=NAME, so that we
+       can override the one in --version output.  This is needed solely
+       so that test.1 doesn't refer to `[' as the program name.
+       Reported by Benjamin Cutler as http://bugs.debian.org/205251.
+       * man/Makefile.am (.x.1): Use help2man's new --program-name option.
+
        * src/pwd.c: Don't include pathmax.h; system.h already does it.
 
        * src/cut.c (cut_fields): Free buffer upon getndelim2 failure.