Added BUGS section.

This commit is contained in:
Michael Kerrisk 2006-06-05 11:00:07 +00:00
parent c803c3e382
commit ed7b0235b0
1 changed files with 16 additions and 4 deletions

View File

@ -281,10 +281,22 @@ additional watches must be created.
.SH "VERSIONS"
Inotify was merged into the 2.6.13 Linux kernel.
The required library interfaces were added to glibc in version 2.4.
.\" .SH BUGS
.\" As at glibc 2.4, the definitions for IN_DONT_FOLLOW, IN_MASK_ADD,
.\" and IN_ONLYDIR are missing from <sys/inotify.h>.
.\" but these definitions were added on 17 May 06.
.SH "BUGS"
In kernels before 2.6.16, the
.B IN_ONESHOT
.I mask
flag does not work.
As at glibc 2.4, the definitions for
.BR IN_DONT_FOLLOW ,
.BR IN_MASK_ADD ,
and
.B IN_ONLYDIR
are missing from
.IR <sys/inotify.h> .
.\" FIXME . but these definitions were added to the glibc on 17 May 06:
.\" check later to see in which glibc version these changes are actually
.\" released.
.SH "CONFORMING TO"
The inotify API is Linux specific.
.SH "SEE ALSO"