diff --git a/man2/inotify_rm_watch.2 b/man2/inotify_rm_watch.2 index 7e0fc3abf..2119b005e 100644 --- a/man2/inotify_rm_watch.2 +++ b/man2/inotify_rm_watch.2 @@ -35,6 +35,7 @@ inotify_rm_watch \- remove an existing watch from an inotify instance .\" FIXME . The type of the second argument should probably be "int". .\" 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 .SH DESCRIPTION .BR inotify_rm_watch () removes the watch associated with the watch descriptor diff --git a/man7/inotify.7 b/man7/inotify.7 index aedad3c33..90222c3b9 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -100,6 +100,7 @@ struct inotify_event { .\" FIXME . The type of the 'wd' field should probably be "int32_t". .\" 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 cookie; /* Unique cookie associating related events (for rename(2)) */