]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention inotify_* functions.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:13 +0000 (14:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:13 +0000 (14:08 +0200)
* 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.

doc/glibc-functions/inotify_add_watch.texi [new file with mode: 0644]
doc/glibc-functions/inotify_init.texi [new file with mode: 0644]
doc/glibc-functions/inotify_init1.texi [new file with mode: 0644]
doc/glibc-functions/inotify_rm_watch.texi [new file with mode: 0644]
doc/gnulib.texi

diff --git a/doc/glibc-functions/inotify_add_watch.texi b/doc/glibc-functions/inotify_add_watch.texi
new file mode 100644 (file)
index 0000000..0248cbf
--- /dev/null
@@ -0,0 +1,18 @@
+@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
diff --git a/doc/glibc-functions/inotify_init.texi b/doc/glibc-functions/inotify_init.texi
new file mode 100644 (file)
index 0000000..4cf6944
--- /dev/null
@@ -0,0 +1,18 @@
+@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
diff --git a/doc/glibc-functions/inotify_init1.texi b/doc/glibc-functions/inotify_init1.texi
new file mode 100644 (file)
index 0000000..2c2887a
--- /dev/null
@@ -0,0 +1,18 @@
+@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
diff --git a/doc/glibc-functions/inotify_rm_watch.texi b/doc/glibc-functions/inotify_rm_watch.texi
new file mode 100644 (file)
index 0000000..f732246
--- /dev/null
@@ -0,0 +1,18 @@
+@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
index 453903a5ed88cd1f2247ab39eeec5cadafaf70f8..235a6b5a309c993101b2cbe0b8360df8059edec0 100644 (file)
@@ -3618,6 +3618,7 @@ This list of functions is sorted according to the header that declares them.
 * 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::
@@ -5628,6 +5629,21 @@ This list of functions is sorted according to the header that declares them.
 
 @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>}