inotify.7: Minor list reformatting

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-31 21:06:12 +02:00
parent 49b07b8f8b
commit f23fc716d5
1 changed files with 20 additions and 21 deletions

View File

@ -185,27 +185,26 @@ field returned by
.BR read (2): .BR read (2):
.RS 4 .RS 4
.TP .TP
.B IN_ACCESS .BR IN_ACCESS " (*)"
File was accessed (e.g., File was accessed (e.g.,
.BR read (2), .BR read (2),
.BR execve (2)) .BR execve (2)).
(*).
.TP .TP
.B IN_ATTRIB .BR IN_ATTRIB " (*)"
Metadata changed\(emfor example, permissions, timestamps, extended attributes, Metadata changed\(emfor example, permissions, timestamps, extended attributes,
link count (since Linux 2.6.25), UID, or GID (*). link count (since Linux 2.6.25), UID, or GID.
.TP .TP
.B IN_CLOSE_WRITE .BR IN_CLOSE_WRITE " (*)"
File opened for writing was closed (*). File opened for writing was closed.
.TP .TP
.B IN_CLOSE_NOWRITE .BR IN_CLOSE_NOWRITE " (*)"
File not opened for writing was closed (*). File not opened for writing was closed.
.TP .TP
.B IN_CREATE .BR IN_CREATE " (*)"
File/directory created in watched directory (*). File/directory created in watched directory.
.TP .TP
.B IN_DELETE .BR IN_DELETE " (*)"
File/directory deleted from watched directory (*). File/directory deleted from watched directory.
.TP .TP
.B IN_DELETE_SELF .B IN_DELETE_SELF
Watched file/directory was itself deleted. Watched file/directory was itself deleted.
@ -215,22 +214,22 @@ since
in effect copies the file to the other filesystem and in effect copies the file to the other filesystem and
then deletes it from the original filesystem.) then deletes it from the original filesystem.)
.TP .TP
.B IN_MODIFY .BR IN_MODIFY " (*)"
File was modified (*). File was modified.
.TP .TP
.B IN_MOVE_SELF .B IN_MOVE_SELF
Watched file/directory was itself moved. Watched file/directory was itself moved.
.TP .TP
.B IN_MOVED_FROM .BR IN_MOVED_FROM " (*)"
Generated for the directory containing the old filename Generated for the directory containing the old filename
when a file is renamed (*). when a file is renamed.
.TP .TP
.B IN_MOVED_TO .BR IN_MOVED_TO " (*)"
Generated for the directory containing the new filename Generated for the directory containing the new filename
when a file is renamed (*). when a file is renamed.
.TP .TP
.B IN_OPEN .BR IN_OPEN " (*)"
File was opened (*). File was opened.
.RE .RE
.PP .PP
When monitoring a directory, When monitoring a directory,