Bug 161026

Summary: kio_man uses buggy version of man2html
Product: [Frameworks and Libraries] kio Reporter: Matthias <matthias_berndt>
Component: manAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: andresbajotierra
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Matthias 2008-04-19 17:43:27 UTC
Version:            (using KDE 4.0.3)
Installed from:    SuSE RPMs
OS:                Linux

Some man pages are broken when viewed with kio_man. One example is the Linux mmap man page. The mmap prototype should be this:
void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset);
Instead, konqueror shows this:
void *mmap(void *start, size_t lengthprot, int flags, int fd, off_t offset);

The current version of man2html doesn't have this problem.
Comment 1 Dario Andres 2008-12-19 16:57:24 UTC

*** This bug has been marked as a duplicate of bug 176377 ***