linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] mq_receive.3, mq_send.3: clarification regarding reasons behind EBADF
@ 2016-11-09 17:30 Eugene Syromyatnikov
  2016-11-10  7:22 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Eugene Syromyatnikov @ 2016-11-09 17:30 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

---
 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-10  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09 17:30 [PATCH 2/3] mq_receive.3, mq_send.3: clarification regarding reasons behind EBADF Eugene Syromyatnikov
2016-11-10  7:22 ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).