Bug 176377

Summary: Error rendering send(2) manpage
Product: [Frameworks and Libraries] kio Reporter: Ivo Anjo <ivo>
Component: manAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kde, matthias_berndt
Priority: NOR    
Version: 4.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Manpage which has problems rendering

Description Ivo Anjo 2008-11-28 21:38:09 UTC
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.
Comment 1 Ivo Anjo 2008-11-28 21:38:32 UTC
Created attachment 28899 [details]
Manpage which has problems rendering
Comment 2 Dario Andres 2008-12-19 16:57:24 UTC
*** Bug 161026 has been marked as a duplicate of this bug. ***
Comment 3 Matthias 2009-05-05 21:33:11 UTC
This is a duplicate of Bug 144942
Comment 4 Rolf Eike Beer 2009-05-06 00:00:43 UTC

*** This bug has been marked as a duplicate of bug 144942 ***