[Bug 176377] New: Error rendering send(2) manpage

Ivo Anjo knuckles at gmail.com
Fri Nov 28 20:38:09 GMT 2008


http://bugs.kde.org/show_bug.cgi?id=176377

           Summary: Error rendering send(2) manpage
           Product: kio
           Version: 4.1
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: man
        AssignedTo: unassigned-bugs at kde.org
        ReportedBy: knuckles at gmail.com


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.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list