Version: (using KDE 4.1.3) OS: Linux Installed from: SuSE RPMs In the attached manpage, the function headers are displayed incorrectly. They show up as: ssize_t send(int s, const void *buf, size_t lenflags); ssize_t sendto(int s, const void *buf, size_t lenflags, const struct sockaddr *to, socklen_t tolen); ssize_t sendmsg(int s, const struct msghdr *msgflags); instead of ssize_t send(int s, const void *buf, size_t len, int flags); ssize_t sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen); ssize_t sendmsg(int s, const struct msghdr *msg, int flags); as they do when I use man -c 2 send. This file is from the linux man-pages, v2.79. I really don't know if this is a man-page bug or a kio_man bug, so hopefully someone will be able to figure it out.
Created attachment 28899 [details] Manpage which has problems rendering
*** Bug 161026 has been marked as a duplicate of this bug. ***
This is a duplicate of Bug 144942
*** This bug has been marked as a duplicate of bug 144942 ***