diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-22 08:10:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-22 08:10:02 +0000 |
commit | b77cc74dac8d7c875ae917f648eb9691c900a7ac (patch) | |
tree | 9bf9401d82755d5ce674d3415187a22cd9ceb0a8 /man | |
parent | 2f156f64b8c2eb8c5983cbb4d21f69a881ba3cdb (diff) | |
download | coreutils-b77cc74dac8d7c875ae917f648eb9691c900a7ac.tar.xz |
Fix it so using --info-page='coreutils PROG' works.
Diffstat (limited to 'man')
-rwxr-xr-x | man/help2man | 2 |
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 |