Bugzilla – Attachment 74 Details for
Bug 217
mdoc2man.pl puts wrong name into ssh.1 man page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Prevent mdoc2man.pl from using wrong name in man pages
openssh-3.1p1-badname.patch (text/plain), 311 bytes, created by
Philip Spencer
on 2002-04-16 04:37:43 AEST
(
hide
)
Description:
Prevent mdoc2man.pl from using wrong name in man pages
Filename:
MIME Type:
Creator:
Philip Spencer
Created:
2002-04-16 04:37:43 AEST
Size:
311 bytes
patch
obsolete
>--- openssh-3.1p1/mdoc2man.pl.orig Sun Apr 29 21:01:52 2001 >+++ openssh-3.1p1/mdoc2man.pl Mon Apr 15 14:04:55 2002 >@@ -319,7 +319,7 @@ > if (/^Nm$/) > { > $name = shift @words >- if (@words > 0); >+ if (@words > 0) && ! $name; > $retval .= ".br\n" > if ($synopsis); > $retval .= "\\fB$name\\fP";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 217
: 74 |
75
|
76