]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
inotify.7: Make comment on 'mask' field more accurate
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Jun 2014 13:59:23 +0000 (15:59 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Jun 2014 13:59:23 +0000 (15:59 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/inotify.7

index 803c931cf17a0c179516e193e068291272fd870d..d690923d74eb20c7a3c1c5fefffeb82ab6fba6e9 100644 (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 */