[Bug 638023] Re: Error in mq_send(3) man page
Michael Kerrisk
mtk.manpages at gmail.com
Mon Apr 30 00:55:41 UTC 2012
Was fixed in upstream man-pages-3.26 (Sep 2010)
--
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/638023
Title:
Error in mq_send(3) man page
Status in “manpages” package in Ubuntu:
New
Bug description:
Binary package hint: manpages-dev
In the ERRORS section of mq_send(3) man page one can fine the
following:
"EAGAIN The queue was empty, and the O_NONBLOCK flag was set for the
message queue description referred to by mqdes."
This is obviously wrong as the error should happen when the sending on a full queue.
The man page of mq_send(3posix) reports the right description:
"EAGAIN The O_NONBLOCK flag is set in the message queue description
associated with mqdes, and the specified message queue is full."
Found in the following release of Ubuntu:
Description: Ubuntu 10.04.1 LTS
Release: 10.04
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/manpages/+bug/638023/+subscriptions
More information about the foundations-bugs
mailing list