This commit is contained in:
Michael Kerrisk 2007-04-11 21:37:39 +00:00
parent b59874b963
commit 4174ff5658
2 changed files with 20 additions and 9 deletions

11
Changes
View File

@ -15,6 +15,8 @@ Apologies if I missed anyone!
New pages New pages
--------- ---------
Andi Kleen <andi@firstfloor.org>
John Heffner <jheffner@psc.edu>
Global changes Global changes
-------------- --------------
@ -26,3 +28,12 @@ places.
Changes to individual pages Changes to individual pages
--------------------------- ---------------------------
sched_rr_get_interval.2
mtk
Remove crufty statement that this system call is not implemented.
The nice interval can be used to control the size of
the round-robin quantum.
ip.7
John Heffner / mtk
Document IP_PMTUDISC_PROBE, which will be in 2.6.22.

View File

@ -5442,6 +5442,7 @@ udp.7
Andi Kleen Andi Kleen
Describe the correct default for UDP/RAW path MTU discovery. Describe the correct default for UDP/RAW path MTU discovery.
==================== Changes in man-pages-2.44 ==================== ==================== Changes in man-pages-2.44 ====================
Released: 2007-04-04 Released: 2007-04-04
@ -5498,7 +5499,7 @@ Global changes
-------------- --------------
mtk mtk
Justin Pryzby / mtk JustinPyzby / mtk
Add "#define _ATFILE_SOURCE" to SYNOPSIS in following pages: Add "#define _ATFILE_SOURCE" to SYNOPSIS in following pages:
faccessat.2 faccessat.2
fchmodat.2 fchmodat.2
@ -5610,7 +5611,7 @@ epoll_ctl.2
faccessat.2 faccessat.2
Justin Pryzby Justin Pryzby
Various fixes as per Debian bug 411177. Various fixes as per Debian bug 411177.
* s/effective/real/ in description test. * s/effective/real/ in description text.
* added <fcntl.h> to synopsis. * added <fcntl.h> to synopsis.
* various other changes. * various other changes.
@ -5672,7 +5673,7 @@ semop.2
If sops contains multiple operations, then these are performed If sops contains multiple operations, then these are performed
in array order. All Unix systems that I know of do this, in array order. All Unix systems that I know of do this,
and some Linux applications depend on this behaviour. SUSv3 and some Linux applications depend on this behaviour. SUSv3
made no explicit statement here, but SUSv3 will explicitly made no explicit statement here, but SUSv4 will explicitly
require this behaviour. require this behaviour.
Small rewording of explanation of "atomically". Small rewording of explanation of "atomically".
@ -5725,7 +5726,7 @@ ptrace.2
sched_setaffinity.2 sched_setaffinity.2
mtk mtk
Fix glibc version number in description of cpusetsize argument. Fix glibc version number in description of 'cpusetsize' argument.
vfork.2 vfork.2
mtk mtk
@ -5750,8 +5751,9 @@ getopt.3
mtk mtk
Added getopt() example program. Added getopt() example program.
mtk mtk
Add a few words to clarify the operation of the GNU-specific double-colon Add a few words to clarify the operation of the GNU-specific
feature, which allows options to have optional arguments. double-colon feature, which allows options to have optional
arguments.
See Debian bug352139. See Debian bug352139.
glob.3 glob.3
@ -5828,7 +5830,7 @@ feature_test_macros.7
mtk mtk
The default treatment of _POSIX_C_SOURCE changed in glibc 2.4. The default treatment of _POSIX_C_SOURCE changed in glibc 2.4.
mtk, after a suggestion by Justin Pryzby mtk, after a suggestion by Justin Pryzby
Added some text warning that the "__" macros the Added some text warning that the "__" macros that
<features.h> defines internally should never be <features.h> defines internally should never be
directly defined by programs. directly defined by programs.
mtk, based on notes by Jakub Jelinek mtk, based on notes by Jakub Jelinek
@ -5850,8 +5852,6 @@ svipc.7
time.7 time.7
mtk mtk
Since kernel 2.6.20, the software clock can also be 300 HZ. Since kernel 2.6.20, the software clock can also be 300 HZ.
==================== Changes in man-pages-2.45 ==================== ==================== Changes in man-pages-2.45 ====================
Released: 2007-04-05 Released: 2007-04-05