sched_setaffinity.2: Minor fixes

Consistency for references to manpages

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2009-09-27 09:26:31 +02:00 committed by Michael Kerrisk
parent 22e7039097
commit c9065be1c4
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ and passing the value returned from a call to
.BR getpid (2)
will set the attribute for the main thread of the thread group.
(If you are using the POSIX threads API, then use
.B pthread_setaffinity_np (3)
.BR pthread_setaffinity_np (3)
instead of
.BR sched_setaffinity ().)