[Bug 278228] Re: The manpage of fread shows wrong parameters
Launchpad Bug Tracker
278228 at bugs.launchpad.net
Tue Jun 19 04:18:10 UTC 2012
[Expired for manpages (Ubuntu) because there has been no activity for 60
days.]
** Changed in: manpages (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to manpages in Ubuntu.
https://bugs.launchpad.net/bugs/278228
Title:
The manpage of fread shows wrong parameters
Status in “manpages” package in Ubuntu:
Expired
Bug description:
Binary package hint: manpages-dev
Entering "man:fread" in Konqueror 3.5.10 on an current Kubuntu 8.04 , the output is:
size_t fread(void *ptr, size_t size, size_t nmembstream);
...
The function fread() reads nmemb elements of data, each size bytes long, from the stream pointed to by stream, storing them at the location given by ptr.
There is clearly one parameter missing in the function and the name of
the parameters do not match to the commentary.
Interestingly running "man fread" in a console displays the correct information:
size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream);
Guess this would be easy to fix.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/manpages/+bug/278228/+subscriptions
More information about the foundations-bugs
mailing list