* doc/glibc-functions/inotify_add_watch.texi: New file.
* doc/glibc-functions/inotify_init.texi: New file.
* doc/glibc-functions/inotify_init1.texi: New file.
* doc/glibc-functions/inotify_rm_watch.texi: New file.
* doc/gnulib.texi (Glibc sys/inotify.h): New section.
--- /dev/null
+@node inotify_add_watch
+@subsection @code{inotify_add_watch}
+@findex inotify_add_watch
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/inotify_add_watch.2.html,,man inotify_add_watch}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on most non-glibc platforms:
+glibc 2.3.6, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS.
+@end itemize
--- /dev/null
+@node inotify_init
+@subsection @code{inotify_init}
+@findex inotify_init
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/inotify_init.2.html,,man inotify_init}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on most non-glibc platforms:
+glibc 2.3.6, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS.
+@end itemize
--- /dev/null
+@node inotify_init1
+@subsection @code{inotify_init1}
+@findex inotify_init1
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/inotify_init1.2.html,,man inotify_init1}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on most non-glibc platforms:
+glibc 2.3.6, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.3.
+@end itemize
--- /dev/null
+@node inotify_rm_watch
+@subsection @code{inotify_rm_watch}
+@findex inotify_rm_watch
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/inotify_rm_watch.2.html,,man inotify_rm_watch}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on most non-glibc platforms:
+glibc 2.3.6, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS.
+@end itemize
* Glibc sys/file.h::
* Glibc sys/fsuid.h::
* Glibc sys/gmon.h::
+* Glibc sys/inotify.h::
* Glibc sys/io.h and sys/perm.h::
* Glibc sys/kdaemon.h::
* Glibc sys/klog.h::
@include glibc-functions/monstartup.texi
+@node Glibc sys/inotify.h
+@section Glibc @code{<sys/inotify.h>}
+
+@menu
+* inotify_add_watch::
+* inotify_init::
+* inotify_init1::
+* inotify_rm_watch::
+@end menu
+
+@include glibc-functions/inotify_add_watch.texi
+@include glibc-functions/inotify_init.texi
+@include glibc-functions/inotify_init1.texi
+@include glibc-functions/inotify_rm_watch.texi
+
@node Glibc sys/io.h and sys/perm.h
@section Glibc @code{<sys/io.h>}, @code{<sys/perm.h>}