doc: Mention new glibc headers and functions.
authorBruno Haible <bruno@clisp.org>
Sun, 24 Jul 2011 17:05:25 +0000 (19:05 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 24 Jul 2011 17:05:25 +0000 (19:05 +0200)
commit984e3a85f474d37364635ef067515f4d4132f92e
tree641d1c59a3eac60b1804f00210e80140404a9ca4
parenta53ff77a8c22f280146153ed37492ed260cdc34a
doc: Mention new glibc headers and functions.

* doc/glibc-headers/gshadow.texi: New file.
* doc/glibc-functions/endsgent.texi: New file.
* doc/glibc-functions/fgetsgent.texi: New file.
* doc/glibc-functions/fgetsgent_r.texi: New file.
* doc/glibc-functions/getsgent.texi: New file.
* doc/glibc-functions/getsgent_r.texi: New file.
* doc/glibc-functions/getsgnam.texi: New file.
* doc/glibc-functions/getsgnam_r.texi: New file.
* doc/glibc-functions/putsgent.texi: New file.
* doc/glibc-functions/setsgent.texi: New file.
* doc/glibc-functions/sgetsgent.texi: New file.
* doc/glibc-functions/sgetsgent_r.texi: New file.
* doc/glibc-functions/malloc_info.texi: New file.
* doc/glibc-functions/preadv.texi: New file.
* doc/glibc-functions/pwritev.texi: New file.
* doc/glibc-functions/register_printf_modifier.texi: New file.
* doc/glibc-functions/register_printf_specifier.texi: New file.
* doc/glibc-functions/register_printf_type.texi: New file.
* doc/glibc-functions/pthread_attr_getaffinity_np.texi: New file.
* doc/glibc-functions/pthread_attr_setaffinity_np.texi: New file.
* doc/glibc-functions/pthread_getaffinity_np.texi: New file.
* doc/glibc-functions/pthread_getname_np.texi: New file.
* doc/glibc-functions/pthread_mutex_consistent_np.texi: New file.
* doc/glibc-functions/pthread_mutexattr_getrobust_np.texi: New file.
* doc/glibc-functions/pthread_mutexattr_setrobust_np.texi: New file.
* doc/glibc-functions/pthread_setaffinity_np.texi: New file.
* doc/glibc-functions/pthread_setname_np.texi: New file.
* doc/glibc-functions/pthread_sigqueue.texi: New file.
* doc/glibc-functions/pthread_timedjoin_np.texi: New file.
* doc/glibc-functions/pthread_tryjoin_np.texi: New file.
* doc/glibc-functions/qsort_r.texi: New file.
* doc/glibc-functions/quick_exit.texi: New file.
* doc/glibc-functions/syncfs.texi: New file.
* doc/gnulib.texi: Include them.
(Glibc gshadow.h, Glibc sys/uio.h): New sections.
* doc/posix-functions/psiginfo.texi: Fix info about glibc version.
* doc/posix-functions/pthread_mutex_consistent.texi: Likewise.
* doc/posix-functions/pthread_mutexattr_getrobust.texi: Likewise.
* doc/posix-functions/pthread_mutexattr_setrobust.texi: Likewise.
* doc/glibc-functions/execvpe.texi: Likewise.
40 files changed:
ChangeLog
doc/glibc-functions/endsgent.texi [new file with mode: 0644]
doc/glibc-functions/execvpe.texi
doc/glibc-functions/fgetsgent.texi [new file with mode: 0644]
doc/glibc-functions/fgetsgent_r.texi [new file with mode: 0644]
doc/glibc-functions/getsgent.texi [new file with mode: 0644]
doc/glibc-functions/getsgent_r.texi [new file with mode: 0644]
doc/glibc-functions/getsgnam.texi [new file with mode: 0644]
doc/glibc-functions/getsgnam_r.texi [new file with mode: 0644]
doc/glibc-functions/malloc_info.texi [new file with mode: 0644]
doc/glibc-functions/preadv.texi [new file with mode: 0644]
doc/glibc-functions/pthread_attr_getaffinity_np.texi [new file with mode: 0644]
doc/glibc-functions/pthread_attr_setaffinity_np.texi [new file with mode: 0644]
doc/glibc-functions/pthread_getaffinity_np.texi [new file with mode: 0644]
doc/glibc-functions/pthread_getname_np.texi [new file with mode: 0644]
doc/glibc-functions/pthread_mutex_consistent_np.texi [new file with mode: 0644]
doc/glibc-functions/pthread_mutexattr_getrobust_np.texi [new file with mode: 0644]
doc/glibc-functions/pthread_mutexattr_setrobust_np.texi [new file with mode: 0644]
doc/glibc-functions/pthread_setaffinity_np.texi [new file with mode: 0644]
doc/glibc-functions/pthread_setname_np.texi [new file with mode: 0644]
doc/glibc-functions/pthread_sigqueue.texi [new file with mode: 0644]
doc/glibc-functions/pthread_timedjoin_np.texi [new file with mode: 0644]
doc/glibc-functions/pthread_tryjoin_np.texi [new file with mode: 0644]
doc/glibc-functions/putsgent.texi [new file with mode: 0644]
doc/glibc-functions/pwritev.texi [new file with mode: 0644]
doc/glibc-functions/qsort_r.texi [new file with mode: 0644]
doc/glibc-functions/quick_exit.texi [new file with mode: 0644]
doc/glibc-functions/register_printf_modifier.texi [new file with mode: 0644]
doc/glibc-functions/register_printf_specifier.texi [new file with mode: 0644]
doc/glibc-functions/register_printf_type.texi [new file with mode: 0644]
doc/glibc-functions/setsgent.texi [new file with mode: 0644]
doc/glibc-functions/sgetsgent.texi [new file with mode: 0644]
doc/glibc-functions/sgetsgent_r.texi [new file with mode: 0644]
doc/glibc-functions/syncfs.texi [new file with mode: 0644]
doc/glibc-headers/gshadow.texi [new file with mode: 0644]
doc/gnulib.texi
doc/posix-functions/psiginfo.texi
doc/posix-functions/pthread_mutex_consistent.texi
doc/posix-functions/pthread_mutexattr_getrobust.texi
doc/posix-functions/pthread_mutexattr_setrobust.texi