Ready for 2.43

This commit is contained in:
Michael Kerrisk 2006-11-30 02:53:24 +00:00
parent cc55d4f177
commit e25b9b79ca
2 changed files with 58 additions and 2 deletions

58
Changes
View File

@ -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.

View File

@ -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