Start of 2.43.

This commit is contained in:
Michael Kerrisk 2006-11-25 06:20:46 +00:00
parent 037510969c
commit 5b68515afb
2 changed files with 84 additions and 53 deletions

59
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-2.42 ====================
==================== Changes in man-pages-2.43 ====================
Released: 2006-11-24
Released: 2006-??-??
Contributors
------------
@ -8,19 +8,14 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andrew Morton <akpm@osdl.org>
Chuck Ebbert <76306.1226@compuserve.com>
Doug Goldstein <cardoe@gentoo.org>
Eduard Bloch <blade@debian.org>
Evan Teran <eteran@alum.rit.edu>
Pavel Heimlich <tropikhajma@seznam.cz>
Petr Baudis <pasky@ucw.cz>
Randy Dunlap <rdunlap@xenotime.net>
Ulrich Drepper <drepper@redhat.com>
Apologies if I missed anyone!
New pages
---------
Global changes
--------------
@ -31,45 +26,3 @@ places.
Changes to individual pages
---------------------------
brk.2
Evan Teran / mtk
Add text describoing behaviour of the Linux brk() system call
and point out that the glibc brk() wrapper provides different
behaviour.
mtk
Note that sbrk() is implemented as a library function in glibc
that calls the brk() system call.
futex.2
mtk
FUTEX_FD is scheduled for removal in June 2007.
getaddrinfo.3
getnameinfo.3
Ulrich Drepper, with edits by mtk
Add text describing Internationalized Domain Name
extensions.
open.2
mtk / Eduard Bloch
Fix description of O_LARGEFILE to mention required feature test
macros.
ptrace.2
Chuck Ebbert
Since Linux 2.6.18, the PID of the new process is also available
for PTRACE_EVENT_VFORKDONE.
syslog.3
Doug Goldstein
Fix header file required for vsyslog() in SYNOPSIS.
wcwidth.3
Petr Baudis
Fix CONFORMING TO.
core.5
mtk
Linux 2.4.21 added core_pattern (which was already in 2.6).
Noted a few more reasons why a core dump file might not
be produced.

View File

@ -5283,3 +5283,81 @@ socket.7
Senthil Kumar
Place socket options in alphabetical order.
==================== Changes in man-pages-2.42 ====================
Released: 2006-11-24
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andrew Morton <akpm@osdl.org>
Chuck Ebbert <76306.1226@compuserve.com>
Doug Goldstein <cardoe@gentoo.org>
Eduard Bloch <blade@debian.org>
Evan Teran <eteran@alum.rit.edu>
Pavel Heimlich <tropikhajma@seznam.cz>
Petr Baudis <pasky@ucw.cz>
Randy Dunlap <rdunlap@xenotime.net>
Ulrich Drepper <drepper@redhat.com>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
brk.2
Evan Teran / mtk
Add text describing behaviour of the Linux brk() system call
and point out that the glibc brk() wrapper provides different
behaviour.
mtk
Note that sbrk() is implemented as a library function in glibc
that calls the brk() system call.
futex.2
mtk
FUTEX_FD is scheduled for removal in June 2007.
getaddrinfo.3
getnameinfo.3
Ulrich Drepper, with edits by mtk
Add text describing Internationalized Domain Name
extensions.
open.2
mtk / Eduard Bloch
Fix description of O_LARGEFILE to mention required feature test
macros.
ptrace.2
Chuck Ebbert
Since Linux 2.6.18, the PID of the new process is also available
for PTRACE_EVENT_VFORKDONE.
syslog.3
Doug Goldstein
Fix header file required for vsyslog() in SYNOPSIS.
wcwidth.3
Petr Baudis
Fix CONFORMING TO.
core.5
mtk
Linux 2.4.21 added core_pattern (which was already in 2.6).
Noted a few more reasons why a core dump file might not
be produced.