This commit is contained in:
Michael Kerrisk 2008-05-12 14:53:28 +00:00
parent d77eb76422
commit f123209dca
1 changed files with 11 additions and 8 deletions

19
Changes
View File

@ -123,7 +123,6 @@ Various pages
epoll_ctl.2
getitimer.2
getpriority.2
getrlimit.2
unix.7
mtk
@ -143,7 +142,7 @@ New pages
random_r.3
mtk, after a suggestion by aeb
Documents random_r(3), srandom_r(3), initstate_r(32), and
Documents random_r(3), srandom_r(3), initstate_r(2), and
setstate_r(3), which are the reentrant equivalents of
random(3), srandom(3), initstate(3), and setstate(3).
@ -206,6 +205,12 @@ getgroups.2
SEE ALSO: Add getgrouplist(3).
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479284.
getpriority.2
mtk, after a note from Ingo Molnar
Add text in NOTES about the punchier effect of nice values in
kernel 2.6.23 and later.
Add Documentation/scheduler/sched-nice-design.txt to SEE ALSO list.
gettid.2
mtk
Added VERSIONS section noting that this system call first
@ -218,6 +223,10 @@ kill.2
mtk
A few minor rewordings.
mbind.2
mtk
The location of the numactl package has changed.
mmap.2
mtk
Added some .SS headings to make structure of page a little
@ -286,12 +295,6 @@ setpgid.2
mtk / Karsten Weiss
Clarify description of setpgid() a little.
setpriority.2
mtk, after a note from Ingo Molnar
Add text in NOTES about the punchier effect of nice values in
kernel 2.6.23 and later.
Add Documentation/scheduler/sched-nice-design.txt to SEE ALSO list.
shmop.2
mtk, after a note from Reuben Thomas
Remove "shmop" from NAME section.