]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Ready to release 2.35
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 6 Jul 2006 08:58:03 +0000 (08:58 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 6 Jul 2006 08:58:03 +0000 (08:58 +0000)
Changes
man-pages-2.35.lsm

diff --git a/Changes b/Changes
index f9a49eeb2d5166f4e2e3049ddc59b22909357617..5d4f7741823329612c1a6d91e6a6f2705cc25677 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 ==================== Changes in man-pages-2.35 ====================
 
-Released: 2006-??-??
+Released: 2006-07-06
 
 Contributors
 ------------
@@ -8,18 +8,83 @@ Contributors
 The following people contributed notes, ideas, or patches that have
 been incorporated in changes in this release:
 
+Alain Portal <aportal@univ-montp2.fr>
+Andi Kleen <ak@suse.de>
+Andrew Morton <akpm@osdl.org>
+Bauke Jan Douma <bjdouma@xs4all.nl>
+Davide Libenzi <davidel@xmailserver.org>
+Denis Barbier <barbier@linuxfr.org>
+Horacio Rodriguez Montero <Horacio.Rodriguez.Montero@galinter.com.ar>
+Johan Lithander <johan.lithander@teligent.se>
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+Mike Frysinger <vapier@gentoo.org>
+Stefan Puiu <stefanpuiuro@yahoo.com>
+Thorsten Kukuk <kukuk@suse.de>
+
 Apologies if I missed anyone!
 
 
 Global changes
 --------------
 
+Typographical or grammatical errors have been corrected in several
+places.
 
 New pages
 ---------
 
-
+sync_file_range.2
+   Andrew Morton / mtk
+      New page for sync_file_range(2), new in kernel 2.6.17.
 
 Changes to individual pages
 ---------------------------
 
+adjtime.3
+    mtk
+        Noted BUG that occurs if 'delta' is specified as NULL.
+        See http://bugzilla.kernel.org/show_bug.cgi?id=6761
+
+bind.2
+    Stefan Puiu
+        Add EADDRNOTAVAIL error.
+    Stefan Puiu / mtk
+        Make example code more complete.
+
+epoll_ctl.2
+    mtk / Davide Libenzi
+        Added EPOLLRDHUP description.
+    mtk
+        Added SEE ALSO referring to poll.2.
+
+poll.2
+    mtk / Davide Libenzi
+        Added POLLRDHUP description.
+    mtk
+        The correct header file is <poll.h>, not <sys/poll.h>.
+        Rewrote and reformatted various other parts.
+
+readlink.2
+    mtk
+        Nowadays, readlink() returns 'ssize_t', as required in 
+        POSIX.1-2001.
+        
+wavelan.4
+    mtk
+        Added license statement.
+
+nscd.conf.5
+    Thorsten Kukuk
+        Add documentation for various new fields.
+
+passwd.5
+    Horacio Rodriguez Montero
+        Add explanation of 'x' character in 'password' field.
+    mtk
+        The proper name of "*" is "asterisk" not "star".
+
+tcp.7
+    Johan Lithander
+        Update RFC reference for ECN.
+    Andi Kleen
+        Add sentence on "low memory" limit for tcp_mem on 32-bit systems.
index cce81387f93caf6aeeb9ae6bc515799fefbca857..dd87c3a2150600cdc0a97905870c536f2e3f077f 100644 (file)
@@ -1,7 +1,7 @@
 Begin3
 Title:          Section 2, 3, 4, 5 and 7 man pages for Linux
 Version:        2.35
-Entered-date:   2006-??-??
+Entered-date:   2006-06-07
 Description:    Linux and POSIX manual pages
 Keywords:       man pages
 Author:         several