diff options
author | Bruno Haible <bruno@clisp.org> | 2021-08-14 22:07:33 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2021-08-14 22:07:33 +0200 |
commit | 8f4538a53d64054ae2fc8b86c0f87c418c6176e6 (patch) | |
tree | 883ad80aa995c1342b195ce195a5ed574c73131d /doc/glibc-functions/res_nsearch.texi | |
parent | 5b819771642ca46e8dc33d2798924d838bc3bd05 (diff) | |
download | gnulib-8f4538a53d64054ae2fc8b86c0f87c418c6176e6.tar.gz |
doc: Update for glibc 2.34.
* doc/posix-functions/timespec_getres.texi: New file.
* doc/glibc-functions/_Fork.texi: New file.
* doc/glibc-functions/closefrom.texi: New file.
* doc/glibc-functions/dn_comp.texi: New file.
* doc/glibc-functions/dn_skipname.texi: New file.
* doc/glibc-functions/execveat.texi: New file.
* doc/glibc-functions/posix_spawn_file_actions_addclosefrom_np.texi: New
file.
* doc/glibc-functions/res_dnok.texi: New file.
* doc/glibc-functions/res_hnok.texi: New file.
* doc/glibc-functions/res_mailok.texi: New file.
* doc/glibc-functions/res_nmkquery.texi: New file.
* doc/glibc-functions/res_nquery.texi: New file.
* doc/glibc-functions/res_nquerydomain.texi: New file.
* doc/glibc-functions/res_nsearch.texi: New file.
* doc/glibc-functions/res_nsend.texi: New file.
* doc/glibc-functions/res_ownok.texi: New file.
* doc/glibc-functions/res_send.texi: New file.
* doc/gnulib.texi: Include them.
* doc/glibc-functions/inet_neta.texi: Remove file.
* doc/glibc-functions/malloc_get_state.texi: Remove file.
* doc/glibc-functions/malloc_set_state.texi: Remove file.
* doc/glibc-functions/pthread_mutex_consistent_np.texi: Remove file.
* doc/glibc-functions/pthread_mutexattr_getrobust_np.texi: Remove file.
* doc/glibc-functions/pthread_mutexattr_setrobust_np.texi: Remove file.
* doc/glibc-functions/pthread_yield.texi: Remove file.
* doc/gnulib.texi: Don't include them.
* doc/glibc-headers/resolv.texi: Update.
* doc/pastposix-functions/h_errno.texi: Likewise.
* doc/posix-functions/*.texi: Likewise.
* doc/glibc-functions/*.texi: Likewise.
Diffstat (limited to 'doc/glibc-functions/res_nsearch.texi')
-rw-r--r-- | doc/glibc-functions/res_nsearch.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/glibc-functions/res_nsearch.texi b/doc/glibc-functions/res_nsearch.texi new file mode 100644 index 0000000000..7c1cd67955 --- /dev/null +++ b/doc/glibc-functions/res_nsearch.texi @@ -0,0 +1,18 @@ +@node res_nsearch +@subsection @code{res_nsearch} +@findex res_nsearch + +Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/res_nsearch.3.html,,man res_nsearch} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +macOS 11.1, FreeBSD 13.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.3.0, HP-UX 11.31, IRIX 6.5, Cygwin 1.5.x, mingw, MSVC 14, Android 9.0. +@end itemize |