diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-06-08 12:34:55 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-06-08 13:56:07 +0200 |
| commit | 7877c846477ed690ffd5896861aa94e5ba605cdd (patch) | |
| tree | aed5182ce596ae30d765f4b8baed32faa1067b7c | |
| parent | 525b88e12808b3f9f573e1e48e6e70774196e69f (diff) | |
| download | man-pages-7877c846477ed690ffd5896861aa94e5ba605cdd.tar.gz | |
fanotify.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/fanotify.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/fanotify.7 b/man7/fanotify.7 index 3c49623a1f..9439c9fd06 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 */ |
