Bug 176377 - Error rendering send(2) manpage
Summary: Error rendering send(2) manpage
Status: RESOLVED DUPLICATE of bug 144942
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: man (show other bugs)
Version: 4.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
: 161026 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-28 21:38 UTC by Ivo Anjo
Modified: 2009-05-06 00:00 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Manpage which has problems rendering (4.73 KB, application/x-gzip)
2008-11-28 21:38 UTC, Ivo Anjo
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***