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.
*** This bug has been marked as a duplicate of bug 176377 ***