fanotify.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-29 15:35:54 +02:00
parent b22400c0a5
commit bfff73cb7a
1 changed files with 3 additions and 3 deletions

View File

@ -538,9 +538,9 @@ handle_events(int fd)
exit(EXIT_FAILURE);
}
/* metadata\->fd contains either FAN_NOFD, indicating a
queue overflow, or a file descriptor (a nonnegative
integer). Here, we simply ignore queue overflow. */
/* metadata\->fd contains either FAN_NOFD, indicating a
queue overflow, or a file descriptor (a nonnegative
integer). Here, we simply ignore queue overflow. */
if (metadata\->fd >= 0) {