]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fanotify_init.2: Minor wording improvement for O_NONBLOCK
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 25 Apr 2014 10:05:48 +0000 (12:05 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 25 Apr 2014 10:05:48 +0000 (12:05 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fanotify_init.2

index 89cfc0c8fe331efe2c2add46dacb8dfb158e1153..0a46416ad9997c5d88e8ac9036c84c73dad3345b 100644 (file)
@@ -124,11 +124,10 @@ This flag enables the nonblocking flag
 .RB ( O_NONBLOCK )
 for the file descriptor.
 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)
-the error
-.B EAGAIN
-will occur.
+will fail with the error
+.BR EAGAIN .
 .TP
 .B FAN_UNLIMITED_QUEUE
 This flag removes the limit of 16384 events on the size of the event queue.