]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 14 Feb 2008 15:06:12 +0000 (15:06 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 14 Feb 2008 15:06:12 +0000 (15:06 +0000)
Changes.old

index 5c89338b83917189aeecd491896b2ae69ac5b78c..5e497d51813e888090b094382151f1a31322dbf7 100644 (file)
@@ -10752,3 +10752,67 @@ inotify.7
     mtk
         Replace tables with .TP macros.
         s/MultiSource Synchronization/MultiSource Synchronization (MSS)/
+
+
+==================== Changes in man-pages-2.78 ====================
+
+Released: 2008-02-15
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Davide Libenzi <davidel@xmailserver.org>
+Greg Banks <gnb@melbourne.sgi.com>
+Michael Tokarev <mjt@tls.msk.ru>
+Phil Endecott <phil_vonar_endecott@chezphil.org>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+sigaction.2
+signal.2
+sigwaitinfo.2
+signal.7
+    mtk
+        Add SEE ALSO entry referring to new signalfd.2 page.
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+New pages
+---------
+
+eventfd.2
+    mtk, with input and review from Davide Libenzi
+        Documents the eventfd() system call, new in 2.6.22.
+
+signalfd.2
+    mtk, with input and review from Davide Libenzi
+        Documents the signalfd() system call, new in 2.6.22.
+
+Changes to individual pages
+---------------------------
+
+futex.2
+    mtk / Phil Endecott
+        Improve wording describing error returns.
+
+open.2
+    Greg Banks
+        Greatly expand the detail on O_DIRECT.
+
+reboot.2
+    mtk / Michael Tokarev
+        Fix RETURN VALUE description: in some cases reboot() does not
+        return.
+    mtk
+        Rename the 'flag' argument to 'cmd', since that is more meaningful,
+        and also what is used in the kernel source.
+        Other minor wording changes.