This commit is contained in:
Michael Kerrisk 2008-09-01 16:11:14 +00:00
parent b5f5b525f7
commit 752a32caf0
1 changed files with 45 additions and 2 deletions

47
Changes
View File

@ -10,8 +10,12 @@ The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Bernd Eckenfels <be-mail2006@lina.inka.de>
Christopher Head <chead@telus.net>
Marko Kreen <markokr@gmail.com>
Mats Wichmann <mats.d.wichmann@intel.com>
Michael Schurter <michael@susens-schurter.com>
Mike Frysinger <vapier@gentoo.org>
Sam Varshavchik <mrsam@courier-mta.com>
Apologies if I missed anyone!
@ -33,6 +37,35 @@ New and changed links
Global changes
--------------
kill.2
sigaction.2
sigpending.2
sigprocmask.2
sigsuspend.2
confstr.3
ctermid.3
ctime.3
ferror.3
flockfile.3
fopen.3
getaddrinfo.3
getgrnam.3
getnameinfo.3
getopt.3
getpwnam.3
longjmp.3
popen.3
rand.3
readdir.3
setjmp.3
sigsetops.3
sigwait.3
strtok.3
tzset.3
unlocked_stdio.3
mtk
Add/fix feature test macro requirements.
Changes to individual pages
---------------------------
@ -47,6 +80,10 @@ clock.3
SEE ALSO: Add clock_gettime(3).
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353475
sigsetops
Chris Head, signed-off-by: Mike Frysinger
Fix typo: s/sigdelset/sigorset/
proc.5
Mats Wichmann / mtk
s/\[number]/[pid]/ in file names for /proc/PID files.
@ -57,7 +94,13 @@ proc.5
that related to this /proc file.
Michael Schurter / mtk
Remove sentence wrongly saying that /proc/meminfo reports
info in bytes; note that /proc/meminfo reports system-wide
memory usage statistics.
info in bytes
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462969
mtk
Note that /proc/meminfo reports system-wide memory usage
statistics.
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>.