Document IN_ATTRIB in a little more detail.

This commit is contained in:
Michael Kerrisk 2008-05-09 13:24:51 +00:00
parent 02770bac7c
commit 3a5c365a01
1 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH INOTIFY 7 2008-03-25 "Linux" "Linux Programmer's Manual"
.TH INOTIFY 7 2008-05-15 "Linux" "Linux Programmer's Manual"
.SH NAME
inotify \- monitoring file system events
.SH DESCRIPTION
@ -167,7 +167,8 @@ field returned by
File was accessed (read) (*).
.TP
.B IN_ATTRIB
Metadata changed (permissions, timestamps, extended attributes, etc.) (*).
Metadata changed, e.g., permissions, timestamps, extended attributes,
link count (since Linux 2.6.25), UID, GID, etc. (*).
.TP
.B IN_CLOSE_WRITE
File opened for writing was closed (*).