bugzilla-daemon at mindrot.org
2004-Jun-23  14:31 UTC
[Bug 883] mdoc2man.awk causes flaw in ssh(1) man page
http://bugzilla.mindrot.org/show_bug.cgi?id=883
           Summary: mdoc2man.awk causes flaw in ssh(1) man page
           Product: Portable OpenSSH
           Version: 3.8.1p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Build system
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: kreft at belwue.de
mdoc2man.awk does not translate line 642 in ssh.1 properly during build:
ssh.1:
 640: .It NumberOfPasswordPrompts
 641: .It PasswordAuthentication
 642: .It Port
ssh.1.out:
 642: .TP
 643: NumberOfPasswordPrompts
 644: .TP
 645: .B
 646: .TP
 647: Port
Apart from leaving out "PasswordAuthentication" this construct
isn't appreciated
by Solaris8 nroff. Suns implementation skips several paragraphs after this point
if one tries to view the manpage. groff seems to be more resilent.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jun-25  13:56 UTC
[Bug 883] mdoc2man.awk causes flaw in ssh(1) man page
http://bugzilla.mindrot.org/show_bug.cgi?id=883 ------- Additional Comments From dtucker at zip.com.au 2004-06-25 23:56 ------- Created an attachment (id=665) --> (http://bugzilla.mindrot.org/attachment.cgi?id=665&action=view) Correctly recognise .Pa This patch seems to fix it (works for me). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jun-25  13:56 UTC
[Bug 883] mdoc2man.awk causes flaw in ssh(1) man page
http://bugzilla.mindrot.org/show_bug.cgi?id=883
dtucker at zip.com.au changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |822
              nThis|                            |
             Status|NEW                         |ASSIGNED
           Keywords|                            |patch
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jun-28  05:47 UTC
[Bug 883] mdoc2man.awk causes flaw in ssh(1) man page
http://bugzilla.mindrot.org/show_bug.cgi?id=883
dtucker at zip.com.au changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
------- Additional Comments From dtucker at zip.com.au  2004-06-28 15:47 -------
I diff'ed the *.out files from before patch #665 and after, the only changes
were the problematic PasswordAuthentication entries, so I have commited the
change.
Thanks for the report.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.