inotify.7: Minor fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
David Prévot 2014-04-16 19:00:49 -04:00 committed by Michael Kerrisk
parent 8563c24924
commit d2c3d8a829
1 changed files with 5 additions and 5 deletions

View File

@ -416,13 +416,13 @@ and
Suppose an application is watching the directories
.I dir1
and
.IR dir ,
.IR dir2 ,
and the file
.IR dir1/myfile .
The following examples show some events that may be generated.
.RS 4
.TP
link("dir/myfile", "dir2/new");
link("dir1/myfile", "dir2/new");
Generates an
.B IN_ATTRIB
event for
@ -469,7 +469,7 @@ the following events:
.RS 4
.TP
unlink("dir2/yy");
Generates
Generates an
.BR IN_ATTRIB
event for
.IR xx
@ -489,7 +489,7 @@ events for
.IR xx ,
and an
.BR IN_DELETE
for
event for
.IR dir1 .
.RE
.PP
@ -506,7 +506,7 @@ Generates an
event for
.IR dir .
.TP
rmdir("dir/sub");
rmdir("dir/subdir");
Generates
.B IN_DELETE_SELF
and