aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-06-08 12:34:55 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-06-08 13:56:07 +0200
commit7877c846477ed690ffd5896861aa94e5ba605cdd (patch)
treeaed5182ce596ae30d765f4b8baed32faa1067b7c /man7
parent525b88e12808b3f9f573e1e48e6e70774196e69f (diff)
downloadman-pages-7877c846477ed690ffd5896861aa94e5ba605cdd.tar.gz
fanotify.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/fanotify.72
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 */