[Bug 161026] New: kio_man uses buggy version of man2html
Matthias
matthias_berndt at gmx.de
Sat Apr 19 16:43:28 BST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=161026
Summary: kio_man uses buggy version of man2html
Product: kio
Version: unspecified
Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: man
AssignedTo: unassigned-bugs kde org
ReportedBy: matthias_berndt gmx de
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.
More information about the Unassigned-bugs
mailing list