| Summary: | Error rendering send(2) manpage | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Ivo Anjo <ivo> |
| Component: | man | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | kde, matthias_berndt |
| Priority: | NOR | ||
| Version First Reported In: | 4.1 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Manpage which has problems rendering | ||
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 *** |
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.