[Bug 244861] New: kio_man shows wrong content for exaple in man send

Philipp Rosenberger philipp at iluminat23.org
Fri Jul 16 14:12:19 BST 2010


https://bugs.kde.org/show_bug.cgi?id=244861

           Summary: kio_man shows wrong content for exaple in man send
           Product: kio
           Version: 4.4
          Platform: Debian testing
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: man
        AssignedTo: unassigned-bugs at kde.org
        ReportedBy: philipp at iluminat23.org


Version:           4.4 (using KDE 4.4.4) 
OS:                Linux

with kio_man the manpage of send(2) will show some errors the description of
send should look like this:ssize_t send(int sockfd, const void *buf, size_t
len, int flags);

but it looks like this: ssize_t send(int sockfd, const void *buf, size_t
lenflags);


so the last argument type is missing and the arguments names are put together.




Reproducible: Always

Steps to Reproduce:
konqueror: man:send

Actual Results:  
...
ssize_t send(int sockfd, const void *buf, size_t lenflags);
...

Expected Results:  
...
ssize_t send(int sockfd, const void *buf, size_t len, int flags);
...

here is the html-source: <span style="font-weight:bold">ssize_t send(int
</span><span style="font-style:italic">sockfd</span><span
style="font-weight:bold">, const void *</span><span
style="font-style:italic">buf</span><span style="font-weight:bold">, size_t
</span><span style="font-style:italic">len</span><span
style="font-weight:bold"></span><span
style="font-style:italic">flags</span><span style="font-weight:bold">);</span>


'man send' on the shell does fine.

-- 
Configure bugmail: https://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