inotify.7: Minor rewording

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-27 15:41:17 +01:00
parent f20fc09276
commit dede00fed9
1 changed files with 9 additions and 8 deletions

View File

@ -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