--- man3/mq_receive.3 | 2 +- man3/mq_send.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/mq_receive.3 b/man3/mq_receive.3 index 57a1f58..f204b98 100644 --- a/man3/mq_receive.3 +++ b/man3/mq_receive.3 @@ -129,7 +129,7 @@ flag was set for the message queue description referred to by .B EBADF The file descriptor specified in .I mqdes -was invalid. +was invalid or unavailable for reading. .TP .B EINTR The call was interrupted by a signal handler; see diff --git a/man3/mq_send.3 b/man3/mq_send.3 index 9d30092..4277c36 100644 --- a/man3/mq_send.3 +++ b/man3/mq_send.3 @@ -134,7 +134,7 @@ flag was set for the message queue description referred to by .B EBADF The file descriptor specified in .I mqdes -was invalid. +was invalid or unavailable for writing. .TP .B EINTR The call was interrupted by a signal handler; see -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html