inotify.7: Make comment on 'mask' field more accurate

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-27 15:59:23 +02:00
parent 65558bedaa
commit 425ad621fc
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ struct inotify_event {
.\" I submitted a patch to fix this. See the LKML thread
.\" "[patch] Fix type errors in inotify interfaces", 18 Nov 2008
.\" Glibc bug filed: http://sources.redhat.com/bugzilla/show_bug.cgi?id=7040
uint32_t mask; /* Mask of events */
uint32_t mask; /* Mask describing event */
uint32_t cookie; /* Unique cookie associating related
events (for rename(2)) */
uint32_t len; /* Size of \fIname\fP field */