From 7877c846477ed690ffd5896861aa94e5ba605cdd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 8 Jun 2019 12:34:55 +0200 Subject: [PATCH] fanotify.7: tfix Signed-off-by: Michael Kerrisk --- man7/fanotify.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/fanotify.7 b/man7/fanotify.7 index 3c49623a1..9439c9fd0 100644 --- a/man7/fanotify.7 +++ b/man7/fanotify.7 @@ -804,7 +804,7 @@ handle_events(int fd) /* Loop while events can be read from fanotify file descriptor */ - for(;;) { + for (;;) { /* Read some events */