man3/opendir.3, pthread_attr_setaffinity_np.3, man3/pthread_setaffinity_np.3: Minor fixes

The word "function" is missing (or "The" should be removed?).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2009-09-27 08:58:35 +02:00 committed by Michael Kerrisk
parent 5113b11a03
commit bf4cfa6627
3 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,7 @@ The stream is positioned at the first entry in the directory.
The
.BR fdopendir ()
function
is like
.BR opendir (),
but returns a directory stream for the directory referred

View File

@ -39,6 +39,7 @@ Compile and link with \fI\-pthread\fP.
.SH DESCRIPTION
The
.BR pthread_attr_setaffinity_np ()
function
sets the CPU affinity mask attribute of the
thread attributes object referred to by
.I attr
@ -50,6 +51,7 @@ of a thread created using the thread attributes object
The
.BR pthread_attr_getaffinity_np ()
function
returns the CPU affinity mask attribute of the thread attributes object
referred to by
.IR attr

View File

@ -39,6 +39,7 @@ Compile and link with \fI\-pthread\fP.
.SH DESCRIPTION
The
.BR pthread_setaffinity_np ()
function
sets the CPU affinity mask of the thread
.I thread
to the CPU set pointed to by