Bug 244861 - kio_man shows wrong content for exaple in man send
Summary: kio_man shows wrong content for exaple in man send
Status: RESOLVED DUPLICATE of bug 144942
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: man (show other bugs)
Version: 4.4
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-16 15:12 UTC by Philipp Rosenberger
Modified: 2010-11-21 18:18 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Rosenberger 2010-07-16 15:12:18 UTC
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.
Comment 1 Dario Andres 2010-11-21 18:18:25 UTC
[Comment from a bug triager]
This is a really old bug: bug 144942.
Merging. Thanks

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