Start of man-pages-3.11: updating Changes and Changes.old

This commit is contained in:
Michael Kerrisk 2008-09-24 15:44:24 +02:00
parent f0463c342b
commit 6fcbd98a98
2 changed files with 94 additions and 58 deletions

72
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-3.10 ====================
==================== Changes in man-pages-3.11 ====================
Released: 2008-09-23, Munich
Released: ????-??-??, Munich
Contributors
@ -9,70 +9,26 @@ 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>
George Spelvin <linux@horizon.com>
Pavel Heimlich <tropikhajma@seznam.cz>
Sam Varshavchik <mrsam@courier-mta.com>
John Reiser <jreiser@bitwagon.com>
Apologies if I missed anyone!
New and rewritten pages
-----------------------
Newly documented interfaces in existing pages
---------------------------------------------
New and changed links
---------------------
Global changes
--------------
closedir.3
dirfd.3
readdir.3
rewinddir.3
scandir.3
seekdir.3
telldir.3
mtk
Fix 'dir' argument name: should be 'dirp'.
POSIX.1-2008 and glibc call this argument 'dirp' (consistent
with the fact that it is a *pointer* to a DIR structure).
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.
closedir.3
George Spelvin
Clarify closedir()'s treatment of underlying file descriptor.
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.
protocols.5
mtk, after a note from Pavel Heimlich
Remove SEE ALSO references to nonexistent Guides to Yellow Pages
services.5
mtk
Remove some out-of-date bugs.
mtk, after a note from Pavel Heimlich
Remove SEE ALSO references to nonexistent Guides to Yellow Pages
and Bind/Hesiod docs.
mtk
Remove crufty text about use of comma instead of slash to separate
port and protocol.

View File

@ -14951,3 +14951,83 @@ unix.7
Marko Kreen
Since glibc 2.8, _GNU_SOURCE must be defined in order to get
the definition of the ucred structure from <sys/socket.h>.
==================== Changes in man-pages-3.10 ====================
Released: 2008-09-23, 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>
George Spelvin <linux@horizon.com>
Pavel Heimlich <tropikhajma@seznam.cz>
Sam Varshavchik <mrsam@courier-mta.com>
John Reiser <jreiser@bitwagon.com>
Apologies if I missed anyone!
Global changes
--------------
closedir.3
dirfd.3
readdir.3
rewinddir.3
scandir.3
seekdir.3
telldir.3
mtk
Fix 'dir' argument name: should be 'dirp'.
POSIX.1-2008 and glibc call this argument 'dirp' (consistent
with the fact that it is a *pointer* to a DIR structure).
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.
closedir.3
George Spelvin
Clarify closedir()'s treatment of underlying file descriptor.
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.
protocols.5
mtk, after a note from Pavel Heimlich
Remove SEE ALSO references to nonexistent Guides to Yellow Pages
services.5
mtk
Remove some out-of-date bugs.
mtk, after a note from Pavel Heimlich
Remove SEE ALSO references to nonexistent Guides to Yellow Pages
and Bind/Hesiod docs.
mtk
Remove crufty text about use of comma instead of slash to separate
port and protocol.