fanotify_init.2: Minor wording improvement for O_NONBLOCK

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-25 12:05:48 +02:00
parent cd505a8a22
commit f199b3082f
1 changed files with 3 additions and 4 deletions

View File

@ -124,11 +124,10 @@ This flag enables the nonblocking flag
.RB ( O_NONBLOCK ) .RB ( O_NONBLOCK )
for the file descriptor. for the file descriptor.
Reading from the file descriptor will not block. Reading from the file descriptor will not block.
Instead, if no data is available in a call to Instead, if no data is available,
.BR read (2) .BR read (2)
the error will fail with the error
.B EAGAIN .BR EAGAIN .
will occur.
.TP .TP
.B FAN_UNLIMITED_QUEUE .B FAN_UNLIMITED_QUEUE
This flag removes the limit of 16384 events on the size of the event queue. This flag removes the limit of 16384 events on the size of the event queue.