From: Jim Meyering Date: Thu, 22 Jan 2004 08:10:02 +0000 (+0000) Subject: Fix it so using --info-page='coreutils PROG' works. X-Git-Tag: v5.1.2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77cc74dac8d7c875ae917f648eb9691c900a7ac;p=thirdparty%2Fcoreutils.git Fix it so using --info-page='coreutils PROG' works. --- 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