~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man7/cpuset.7

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2008-11-29 12:01:13 UTC
  • mfrom: (1.1.36 upstream) (2.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20081129120113-7nufimylf2grlth8
* New upstream version
  . Fix description of range of function value return in atan2(3)
    (closes: Bug#506299)
  . Clarify and add more detail in RETURN VALUE description in
    getpwnam(3) and getgrnam(3) (closes: Bug#504787)
  . Add text on use of pointer arguments to makecontext(3) (closes:
    Bug#504699)
  . Document that LOG_KERN messages can't be generated from user
    processes in syslog(3)
* Avoid distribution of more pthread manpages that are currently also
  provided by glibc-doc:
  . pthread_attr_setinheritsched(3)
  . pthread_cancel(3)
  . pthread_cleanup_pop(3)
  . pthread_cleanup_push(3)
  . pthread_setcancelstate(3)
  . pthread_setcanceltype(3)
  . pthread_testcancel(3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
22
22
.\" MA 02111, USA.
23
23
.\"
24
 
.TH CPUSET 7 2008-08-15 "Linux" "Linux Programmer's Manual"
 
24
.TH CPUSET 7 2008-11-12 "Linux" "Linux Programmer's Manual"
25
25
.SH NAME
26
26
cpuset \- confine processes to processor and memory node subsets
27
27
.SH DESCRIPTION
1493
1493
.BR sched_setaffinity (2),
1494
1494
.BR sched_setscheduler (2),
1495
1495
.BR set_mempolicy (2),
 
1496
.BR CPU_SET (3),
1496
1497
.BR proc (5),
1497
1498
.BR numa (7),
1498
1499
.BR migratepages (8),
1501
1502
The kernel source file
1502
1503
.IR Documentation/cpusets.txt .
1503
1504
.SH COLOPHON
1504
 
This page is part of release 3.13 of the Linux
 
1505
This page is part of release 3.14 of the Linux
1505
1506
.I man-pages
1506
1507
project.
1507
1508
A description of the project,