man-pages/Changes

60 lines
1.4 KiB
Plaintext

==================== Changes in man-pages-3.10 ====================
Released: 2008-??-??, Munich
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
André Goddard Rosa <andre.goddard@gmail.com>
Sam Varshavchik <mrsam@courier-mta.com>
John Reiser <jreiser@bitwagon.com>
Apologies if I missed anyone!
New and rewritten pages
-----------------------
Global changes
--------------
Changes to individual pages
---------------------------
clone.2
mtk, after a comment by John Reiser
Clarify text describing getpid() caching bug for clone() wrapper.
See also:
http://sourceware.org/bugzilla/show_bug.cgi?id=6910
https://bugzilla.redhat.com/show_bug.cgi?id=417521
getpid.2
mtk, after a comment by John Reiser
Describe getpid()'s PID caching and its consequences.
timerfd_create.2
Sam Varshavchik
s/it_interval/it_value/ when talking about TIMERFD_ABSTIME.
dirfd.3
mtk
Fix 'dir' argument name: should be 'dirp'.
The page formerly used both 'dir' and 'dirp'(!).
POSIX.1-2008 and glibc call this argument 'dirp' (consistent
with the fact that it is a *pointer* to a DIR structure).
tsearch.3
André Goddard Rosa
Fix memory leak in example program.
Add use of tdestroy to example program.
mtk
Add "#define _GNU_SOURCE" to example program.