diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-26 19:37:23 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-26 19:37:23 +0100 |
commit | 77abf69a6070c67d0f4c1722582c3f153b37ba3b (patch) | |
tree | 1ea55fa424d5e2219b306a7179b2888b197331b9 /man | |
parent | ae17ae779e105942639ae7a29d3cb10f7ba9639c (diff) | |
download | coreutils-77abf69a6070c67d0f4c1722582c3f153b37ba3b.tar.xz |
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
Diffstat (limited to 'man')
-rwxr-xr-x | man/help2man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/help2man b/man/help2man index e28d2a4ec..1bc12cf5a 100755 --- a/man/help2man +++ b/man/help2man @@ -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 |