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):
.RS 4
.TP
.B IN_ACCESS
.BR IN_ACCESS " (*)"
File was accessed (e.g.,
.BR read (2),
.BR execve (2))
(*).
.BR execve (2)).
.TP
.B IN_ATTRIB
.BR IN_ATTRIB " (*)"
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
.B IN_CLOSE_WRITE
File opened for writing was closed (*).
.BR IN_CLOSE_WRITE " (*)"
File opened for writing was closed.
.TP
.B IN_CLOSE_NOWRITE
File not opened for writing was closed (*).
.BR IN_CLOSE_NOWRITE " (*)"
File not opened for writing was closed.
.TP
.B IN_CREATE
File/directory created in watched directory (*).
.BR IN_CREATE " (*)"
File/directory created in watched directory.
.TP
.B IN_DELETE
File/directory deleted from watched directory (*).
.BR IN_DELETE " (*)"
File/directory deleted from watched directory.
.TP
.B IN_DELETE_SELF
Watched file/directory was itself deleted.
@ -215,22 +214,22 @@ since
in effect copies the file to the other filesystem and
then deletes it from the original filesystem.)
.TP
.B IN_MODIFY
File was modified (*).
.BR IN_MODIFY " (*)"
File was modified.
.TP
.B IN_MOVE_SELF
Watched file/directory was itself moved.
.TP
.B IN_MOVED_FROM
.BR IN_MOVED_FROM " (*)"
Generated for the directory containing the old filename
when a file is renamed (*).
when a file is renamed.
.TP
.B IN_MOVED_TO
.BR IN_MOVED_TO " (*)"
Generated for the directory containing the new filename
when a file is renamed (*).
when a file is renamed.
.TP
.B IN_OPEN
File was opened (*).
.BR IN_OPEN " (*)"
File was opened.
.RE
.PP
When monitoring a directory,