diff --git a/man7/inotify.7 b/man7/inotify.7 index ffe93d94f..c7fc8dff8 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -246,14 +246,15 @@ This macro can be used as the argument when calling .BR inotify_add_watch (2). -Two additional convenience macros are -.BR IN_MOVE , -which equates to -IN_MOVED_FROM|IN_MOVED_TO, -and -.BR IN_CLOSE , -which equates to -IN_CLOSE_WRITE|IN_CLOSE_NOWRITE. +Two additional convenience macros are defined: +.TP +.BR IN_MOVE +Equates to +.BR "IN_MOVED_FROM | IN_MOVED_TO" . +.TP +.BR IN_CLOSE +Equates to +.BR "IN_CLOSE_WRITE | IN_CLOSE_NOWRITE" . .PP The following further bits can be specified in .I mask