This commit is contained in:
Michael Kerrisk 2008-09-07 04:12:37 +00:00
parent e957764019
commit 7df94fa933
1 changed files with 26 additions and 0 deletions

26
Changes
View File

@ -17,10 +17,12 @@ Marko Kreen <markokr@gmail.com>
Martin (Joey) Schulze <joey@infodrom.org>
Mats Wichmann <mats.d.wichmann@intel.com>
Michael Schurter <michael@susens-schurter.com>
Mike Bianchi <MBianchi@foveal.com>
Mike Frysinger <vapier@gentoo.org>
Sam Varshavchik <mrsam@courier-mta.com>
Suka <sukadev@us.ibm.com>
Timothy S. Nelson <wayland@wayland.id.au>
Tolga Dalman <tdalman@project-psi.org>
Apologies if I missed anyone!
@ -79,6 +81,16 @@ unlocked_stdio.3
Changes to individual pages
---------------------------
fcntl.2
mtk, after a note by Mike Bianchi
More clearly and consistently describe the whether
or not the third argument to fnctl() is required,
and what its type should be.
mtk
Move description of negative l_len from NOTES, integrating
it into the discussion of file locking.
Minor rewrites of the text on file locking.
getrusage.2
Bernd Eckenfels
SEE ALSO: Add clock(3), clock_gettime(3).
@ -93,6 +105,20 @@ clock.3
SEE ALSO: Add clock_gettime(3).
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353475
clock_getres.3
Tolga Dalman / mtk
Add "Link with -lrt" to SYNOPSIS; remove now redundant
sentence mentioning librt from NOTES.
getdate.3
mtk
Rewrite description of getdate_r() and integrate into main text
(rather than describing in NOTES).
Other parts rewritten for greater clarity.
Make it clearer in the main text that glibc does not implement %Z;
remove discussion of that point from NOTES.
Added an example program.
hsearch.3
mtk
Noted that table size as specified by 'nel' is immutable.