mq_send.3: Fix EAGAIN description (s/empty/full)

Reported-by: Peter Stuge <peter@stuge.se>
Signed-off-by: Michael Kerrisk <mtk@konstanz.(none)>
This commit is contained in:
Michael Kerrisk 2010-08-31 06:22:19 +02:00
parent 0986cb57b1
commit 78ca89ac9a
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH MQ_SEND 3 2010-08-29 "Linux" "Linux Programmer's Manual"
.TH MQ_SEND 3 2010-08-31 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_send, mq_timedsend \- send a message to a message queue
.SH SYNOPSIS
@ -116,7 +116,7 @@ set to indicate the error.
.SH ERRORS
.TP
.B EAGAIN
The queue was empty, and the
The queue was full, and the
.B O_NONBLOCK
flag was set for the message queue description referred to by
.IR mqdes .