summaryrefslogtreecommitdiff
path: root/man/help2man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-22 08:10:02 +0000
committerJim Meyering <jim@meyering.net>2004-01-22 08:10:02 +0000
commitb77cc74dac8d7c875ae917f648eb9691c900a7ac (patch)
tree9bf9401d82755d5ce674d3415187a22cd9ceb0a8 /man/help2man
parent2f156f64b8c2eb8c5983cbb4d21f69a881ba3cdb (diff)
downloadcoreutils-b77cc74dac8d7c875ae917f648eb9691c900a7ac.tar.xz
Fix it so using --info-page='coreutils PROG' works.
Diffstat (limited to 'man/help2man')
-rwxr-xr-xman/help2man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/help2man b/man/help2man
index 2bc0b9e57..2507a7913 100755
--- a/man/help2man
+++ b/man/help2man
@@ -546,7 +546,7 @@ unless ($opt_no_info)
$sect = _('SEE ALSO');
$include{$sect} ||= '';
$include{$sect} .= ".PP\n" if $include{$sect};
- $include{$sect} .= sprintf _(<<'EOT'), $program, $info_page, $info_page;
+ $include{$sect} .= sprintf _(<<'EOT'), $program, $program, $info_page;
The full documentation for
.B %s
is maintained as a Texinfo manual. If the