From dede00fed96d76560b620b84cb713d395afa1ef6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 27 Mar 2014 15:41:17 +0100 Subject: [PATCH] inotify.7: Minor rewording Signed-off-by: Michael Kerrisk --- man7/inotify.7 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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