Bugzilla – Attachment 75 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]
CORRECTION to previous patch
openssh-3.1p1-badname.patch (text/plain), 448 bytes, created by
Philip Spencer
on 2002-04-16 08:03:07 AEST
(
hide
)
Description:
CORRECTION to previous patch
Filename:
MIME Type:
Creator:
Philip Spencer
Created:
2002-04-16 08:03:07 AEST
Size:
448 bytes
patch
obsolete
>--- openssh-3.1p1/mdoc2man.pl.orig Sun Apr 29 21:01:52 2001 >+++ openssh-3.1p1/mdoc2man.pl Mon Apr 15 17:50:13 2002 >@@ -318,11 +318,13 @@ > > if (/^Nm$/) > { >- $name = shift @words >+ my $n; >+ $n = shift @words > if (@words > 0); >+ $name = $n unless $name; > $retval .= ".br\n" > if ($synopsis); >- $retval .= "\\fB$name\\fP"; >+ $retval .= "\\fB$n\\fP"; > $nospace = 1 > if (! $nospace && $words[0] =~ m/^[\.,]/); > next;
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