From 66231752c90bb82cda284e01857633be08bc6b2d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 17 Dec 2004 15:28:44 +0000 Subject: [PATCH] --- Changes | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/Changes b/Changes index fd6dfea97..2b42b8dc2 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,9 @@ Contributors The following people contributed notes, ideas, or patches that have been incorporated in changes in this release: +Joshua Kwan +Martin Schulze +Matthew Gregan 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 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.