Improve wording for EAGAIN error in discussion of MSG_DONTWAIT.

This commit is contained in:
Michael Kerrisk 2008-04-18 16:17:12 +00:00
parent 407252794e
commit 090ed1ef8e
1 changed files with 2 additions and 1 deletions

View File

@ -137,8 +137,9 @@ flag of
.TP .TP
.B MSG_DONTWAIT .B MSG_DONTWAIT
Enables non-blocking operation; if the operation would block, Enables non-blocking operation; if the operation would block,
the call fails with the error
.B EAGAIN .B EAGAIN
is returned (this can also be enabled using the (this can also be enabled using the
.B O_NONBLOCK .B O_NONBLOCK
with the with the
.B F_SETFL .B F_SETFL