man-pages/Changes

71 lines
1.6 KiB
Plaintext
Raw Normal View History

2007-09-19 21:40:03 +00:00
==================== Changes in man-pages-2.66 ====================
2007-09-19 21:42:43 +00:00
Released: 2007-10-01
2007-09-19 21:40:03 +00:00
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Amit K. Arora <aarora@linux.vnet.ibm.com>
David Chinner <dgc@sgi.com>
Fredrik Noring <noring@nocrew.org>
Mats Wichmann <mats.d.wichmann@intel.com>
Maxime Vaudequin <maxime.vaudequin@gmail.com>
Ollie Wild <aaw@google.com>
Ulrich Drepper <drepper@redhat.com>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
fallocate.2
David Chinner, with some input from Amit Amora and mtk
Describes the fallocate() system call, new in 2.6.23.
Changes to individual pages
---------------------------
close.2
Fredrik Noring
Add text cautioning about use of close() in
2007-09-19 21:42:02 +00:00
multithreaded programs.
2007-09-19 21:40:03 +00:00
execve.2
Ollie Wild / mtk
Add text describing limit on total size of argv + envp,
2007-09-19 21:42:02 +00:00
and changes that occurred with 2.6.23.
2007-09-19 21:40:03 +00:00
mtk
Add getopt(3) to SEE ALSO list.
open.2
mtk, Acked by Ulrich Drepper
Added description of O_CLOEXEC (new in 2.6.23) + other
2007-09-19 21:42:02 +00:00
minor fixes for O_DIRECT.
2007-09-19 21:40:03 +00:00
recv.2
mtk
Added description of MSG_CMSG_CLOEXEC (new in 2.6.23).
sysctl.2
mtk
Strengthened the warning against using this system call
2007-09-19 21:42:02 +00:00
and note that it may disappear in a future kernel version.
2007-09-19 21:40:03 +00:00
rpc.3
Mats Wichmann
Fix type definition for 'protocol' in prototypes of pmap_set()
and pmap_getport().