This commit is contained in:
Michael Kerrisk 2004-12-17 15:28:44 +00:00
parent cf257cc501
commit 66231752c9
1 changed files with 41 additions and 0 deletions

41
Changes
View File

@ -8,6 +8,9 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Joshua Kwan <joshk@triplehelix.org>
Martin Schulze <joey@infodrom.org>
Matthew Gregan <kinetik@orcon.net.nz>
Apologies if I missed anyone!
@ -19,3 +22,41 @@ other places.
Individual pages
----------------
sendfile.2
mtk
Adjusted descriptors of argument file tyypes to be closer to
2.6 reality.
Wording and formatting changes
errno.3
Martin Schulze, mtk
Removed errno declaration from prototype, added notes
on historical need for this declaration.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=174175
posix_openpt.3
mtk
New by mtk
ptsname.3
mtk
Added description of ptsname_r().
Added ERRORS.
ptsname_r.3
mtk
New link to ptsname.3
shm_open.3
Matthew Gregan
add <fcntl.h> to synopsis
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271243
strfry.3
Joshua Kwan
Added _GNU_SOURCE to prototype
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213538
undocumented.3
Remove some functions names that *are* documented.