summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-11-30 02:53:24 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-11-30 02:53:24 +0000
commite25b9b79ca36cc7f3ba3d3994d3454f09d38bd69 (patch)
tree6f5aa5158a32b446d6ae0f92a4938d113d7277b7
parentcc55d4f177426be8b7e2ea6d58610e8c7d67e60b (diff)
Ready for 2.43
-rw-r--r--Changes58
-rw-r--r--man-pages-2.43.lsm2
2 files changed, 58 insertions, 2 deletions
diff --git a/Changes b/Changes
index 146699fc3..315229f86 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
==================== Changes in man-pages-2.43 ====================
-Released: 2006-??-??
+Released: 2006-11-29
Contributors
------------
@@ -8,6 +8,11 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
+Andi Kleen <ak@suse.de>
+David Brownell <david-b@pacbell.net>
+Eduard Bloch <blade@debian.org>
+Egmont Koblinger <egmont@uhulinux.hu>
+Reuben Thomas <rrt@sc3d.org>
Apologies if I missed anyone!
@@ -26,3 +31,54 @@ places.
Changes to individual pages
---------------------------
+ioperm.2
+ mtk
+ Clarify discussion of privilege requirements.
+ Added ENOMEM to ERRORS.
+
+open.2
+ mtk / Eduard Bloch
+ Clarify description of O_LARGEFILE.
+
+crypt.3
+ Egmont Koblinger
+ Make desription of MD5 output string less ambiguous.
+
+strerror.3
+ Reuben Thomas
+ Add C99 to CONFORMING TO; see Debian bug 400634.
+
+rtc.4
+ David Brownell
+
+ Update the RTC man page to reflect the new RTC class framework:
+
+ - Generalize ... it's not just for PC/AT style RTCs, and there
+ may be more than one RTC per system.
+
+ - Not all RTCs expose the same feature set as PC/AT ones; most
+ of these ioctls will be rejected by some RTCs.
+
+ - Be explicit about when {A,P}IE_{ON,OFF} calls are needed.
+
+ - Describe the parameter to the get/set epoch request; correct
+ the description of the get/set frequency parameter.
+
+ - Document RTC_WKALM_{RD,SET}, which don't need AIE_{ON,OFF} and
+ which support longer alarm periods.
+
+ - Hey, not all system clock implementations count timer irqs any
+ more now that the new RT-derived clock support is merging.
+
+proc.5
+ mtk
+ s/fseek(3)/lseek(2)/ under /proc/PID/mem entry.
+
+feature_test_macros.7
+ mtk / Eduard Bloch
+ The LFS spec is now at http://opengroup.org/platform/lfs.html.
+
+raw.7
+udp.7
+ Andi Kleen
+ Describe the correct default for UDP/RAW path MTU discovery.
diff --git a/man-pages-2.43.lsm b/man-pages-2.43.lsm
index 87cf73341..435bb2488 100644
--- a/man-pages-2.43.lsm
+++ b/man-pages-2.43.lsm
@@ -1,7 +1,7 @@
Begin3
Title: Section 2, 3, 4, 5 and 7 man pages for Linux
Version: 2.43
-Entered-date: 2006-11-24
+Entered-date: 2006-11-29
Description: Linux and POSIX manual pages
Keywords: man pages
Author: several