From b77cc74dac8d7c875ae917f648eb9691c900a7ac Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 22 Jan 2004 08:10:02 +0000 Subject: [PATCH] Fix it so using --info-page='coreutils PROG' works. --- man/help2man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/help2man b/man/help2man index 2bc0b9e570..2507a79138 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 -- 2.47.2