aboutsummaryrefslogtreecommitdiffstats
path: root/man7/fanotify.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/fanotify.7')
-rw-r--r--man7/fanotify.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/fanotify.7 b/man7/fanotify.7
index 75ed3d0ff2..2785dd7737 100644
--- a/man7/fanotify.7
+++ b/man7/fanotify.7
@@ -1138,8 +1138,8 @@ main(int argc, char **argv)
fid\->hdr.info_type == FAN_EVENT_INFO_TYPE_DFID) {
file_name = NULL;
} else if (fid\->hdr.info_type == FAN_EVENT_INFO_TYPE_DFID_NAME) {
- file_name = file_handle->f_handle +
- file_handle->handle_bytes;
+ file_name = file_handle\->f_handle +
+ file_handle\->handle_bytes;
} else {
fprintf(stderr, "Received unexpected event info type.\en");
exit(EXIT_FAILURE);