Add CPU_ISSET, CPU_CLR, CPU_SET, CPU_ZERO to NAME section.

This commit is contained in:
Michael Kerrisk 2006-05-18 05:23:47 +00:00
parent f3fad5f6b4
commit 6beba96d8e
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@
.\"
.TH SCHED_SETAFFINITY 2 2006-02-03 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setaffinity, sched_getaffinity \- set and get a process's CPU
affinity mask
sched_setaffinity, sched_getaffinity, CPU_CLR, CPU_ISSET, CPU_SET, CPU_ZERO \
\- set and get a process's CPU affinity mask
.SH SYNOPSIS
.nf
.B #include <sched.h>