This commit is contained in:
Michael Kerrisk 2008-07-03 20:30:45 +00:00
parent 6a665dfb6e
commit e7beaaef5c
1 changed files with 11 additions and 0 deletions

11
Changes
View File

@ -27,6 +27,12 @@ sched_getcpu.3
Documents sched_getcpu(3), a wrapper for getcpu(2), provided
since glibc 2.6.
cpuset.7
Paul Jackson, with review and editing by mtk
A description of the cpuset file system, the mechanism introduced
kernel 2.6.12 for confining processes to designated processors
and nodes. (Becomes the fourth largest page in man-pages!)
Newly documented interfaces in existing pages
---------------------------------------------
@ -68,3 +74,8 @@ group.5
passwd.5
mtk
SEE ALSO: Add getpwent(3), getpwnam(3).
proc.5
mtk
Add pointer to description of /proc/PID/cpuset in cpuset(7).