From f23fc716d5d146cf56f36d7d7a28dbe1afa00b22 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 31 Mar 2014 21:06:12 +0200 Subject: [PATCH] inotify.7: Minor list reformatting Signed-off-by: Michael Kerrisk --- man7/inotify.7 | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/man7/inotify.7 b/man7/inotify.7 index e32033c7e..74eff5e9e 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -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,