Bug 161026 - kio_man uses buggy version of man2html
Summary: kio_man uses buggy version of man2html
Status: RESOLVED DUPLICATE of bug 176377
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: man (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-19 17:43 UTC by Matthias
Modified: 2008-12-19 16:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***