mq_receive.3, mq_send.3: Minor tweaks to Eugene Syromyatnikov's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-10 08:22:00 +01:00
parent a27e0cda45
commit e1ca8255af
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 or unavailable for reading.
was invalid or not opened 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 or unavailable for writing.
was invalid or not opened for writing.
.TP
.B EINTR
The call was interrupted by a signal handler; see