aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man7/fanotify.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/fanotify.7 b/man7/fanotify.7
index 9d7ae7f32f..e0530a881a 100644
--- a/man7/fanotify.7
+++ b/man7/fanotify.7
@@ -691,7 +691,7 @@ main(int argc, char *argv[])
file descriptor */
if (fanotify_mark(fd, FAN_MARK_ADD | FAN_MARK_MOUNT,
- FAN_OPEN_PERM | FAN_CLOSE_WRITE, \-1,
+ FAN_OPEN_PERM | FAN_CLOSE_WRITE, AT_FDCWD,
argv[1]) == \-1) {
perror("fanotify_mark");
exit(EXIT_FAILURE);