diff --git a/Changes b/Changes index 3ae8869f8..5b47d23a2 100644 --- a/Changes +++ b/Changes @@ -17,10 +17,12 @@ Marko Kreen Martin (Joey) Schulze Mats Wichmann Michael Schurter +Mike Bianchi Mike Frysinger Sam Varshavchik Suka Timothy S. Nelson +Tolga Dalman 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.