From f199b3082fe08d2b7e9296e90daed893c64e0ad2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 25 Apr 2014 12:05:48 +0200 Subject: [PATCH] fanotify_init.2: Minor wording improvement for O_NONBLOCK Signed-off-by: Michael Kerrisk --- man2/fanotify_init.2 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/man2/fanotify_init.2 b/man2/fanotify_init.2 index 89cfc0c8f..0a46416ad 100644 --- a/man2/fanotify_init.2 +++ b/man2/fanotify_init.2 @@ -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.