tags 369960 fixed-upstream thanks Aristeu Sergio Rozanski Filho wrote: > Package: manpages-dev > Version: 2.6.13+0rc3-2.1 > > In inotify_init(2) man page and possibly in others, the man page points > to <inotify.h> instead of <linux/inotify.h>. > > $ find /usr/include/ -name inotify.h > /usr/include/linux/inotify.h > > Probably this is already fixed in a newer version, but I'm not sure. > Thanks,
Hello Aristeu, Thanks for your report. You are right that the path is wrong, but not quite right about the fix. The man pages were written a bit in advance of the work that needed to be done to include appropriate definitions in glibc. These definitions appeared only in glibc 2.4, in the header file <sys/inotify.h>; I presume that you have an older glibc. I have fixed the manual pages to point to <sys/inotify.h>. Cheers, Michael -- Michael Kerrisk maintainer of Linux man pages Sections 2, 3, 4, 5, and 7 Want to help with man page maintenance? Grab the latest tarball at ftp://ftp.win.tue.nl/pub/linux-local/manpages/, read the HOWTOHELP file and grep the source files for 'FIXME'. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]