mq_receive.3, mq_send.3: Clarification regarding reasons behind EBADF

This commit is contained in:
Eugene Syromyatnikov 2016-11-09 20:30:52 +03:00 committed by Michael Kerrisk
parent d38be90da1
commit a27e0cda45
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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