This commit is contained in:
Michael Kerrisk 2008-09-02 14:26:09 +00:00
parent 4f5aae8404
commit bc65b056e3
1 changed files with 23 additions and 2 deletions

25
Changes
View File

@ -11,11 +11,13 @@ been incorporated in changes in this release:
Bernd Eckenfels <be-mail2006@lina.inka.de>
Christopher Head <chead@telus.net>
Joe Korty <joe.korty@ccur.com>
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>
Timothy S. Nelson <wayland@wayland.id.au>
Apologies if I missed anyone!
@ -75,12 +77,28 @@ getrusage.2
SEE ALSO: Add clock(3), clock_gettime(3).
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353475
ioctl_list.2
mtk
Remove old sentence about where to send updates for this page.
clock.3
Bernd Eckenfels
SEE ALSO: Add clock_gettime(3).
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353475
sigsetops
hsearch.3
mtk
Noted that table size as specified by 'nel' is immutable.
Described differences between hsearch() and hsearch_r().
Added missing pieces to RETURN VALUE.
Added a number of new entries under ERRORS.
NOTES: added some basic advice on sizing the hash table;
noted that when a table is destroyed, the caller is responsible
for freeing the buffers pointed to by 'key' and 'data' fields.
One of the BUGS was fixed in glibc 2.3.
Rewrote and clarified various other pieces.
sigsetops.3
Chris Head, signed-off-by: Mike Frysinger
Fix typo: s/sigdelset/sigorset/
@ -89,7 +107,7 @@ proc.5
s/\[number]/[pid]/ in file names for /proc/PID files.
And similar changes for task/[tid] sub-directories.
mtk / Mats Wichmann
In the desription if /proc/[pid]/environ, remove reference to
In the description if /proc/[pid]/environ, remove reference to
lilo(8)/grub(8) since there seems to be nothing in those pages
that related to this /proc file.
Michael Schurter / mtk
@ -99,6 +117,9 @@ proc.5
mtk
Note that /proc/meminfo reports system-wide memory usage
statistics.
Joe Korty
Document new fields in /proc/interrupts that were added in
Linux 2.6.24.
unix.7
Marko Kreen