]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Emit "info coreutils 'PROG invocation'" into the man page,
authorJim Meyering <meyering@redhat.com>
Sat, 26 Jan 2008 18:37:23 +0000 (19:37 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 26 Jan 2008 18:37:23 +0000 (19:37 +0100)
rather than just "info PROG".  The latter would often fail
or simply display the man page.
* man/help2man: Change the template.
Prompted by http://bugs.debian.org/399684

ChangeLog
man/help2man

index 6bb825254bd51ed4b02a22d93646ba6282421893..50a53e6036df17a9388d0d9dfe606806d8489301 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-01-26  Jim Meyering  <meyering@redhat.com>
 
+       Emit "info coreutils 'PROG invocation'" into the man page,
+       rather than just "info PROG".  The latter would often fail
+       or simply display the man page.
+       * man/help2man: Change the template.
+       Prompted by http://bugs.debian.org/399684
+
        chcon: correct description of --no-dereference (-h) option.
        * src/chcon.c (usage): Remove invalid reference to lchown.
        Reported by Göran Uddeborg.
index e28d2a4ec63358f7405ff6362dc125ace9bdb45d..1bc12cf5af0de9f5a53221b00e1cf22256eeeee1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 # Generate a short man page from --help and --version output.
-# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008
 # Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
@@ -567,7 +567,7 @@ and
 .B %s
 programs are properly installed at your site, the command
 .IP
-.B info %s
+.B info coreutils '%s invocation'
 .PP
 should give you access to the complete manual.
 EOT