pthread_attr_setschedparam.3: Reformat thread-safety information

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2014-09-22 14:50:03 +08:00 committed by Michael Kerrisk
parent b86e79831a
commit 0d44d421f1
1 changed files with 11 additions and 5 deletions

View File

@ -105,12 +105,18 @@ handle this error return value).
.\" .SH VERSIONS
.\" Available since glibc 2.0.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR pthread_attr_setschedparam ()
and
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw29 lb lb
l l l.
Interface Attribute Value
T{
.BR pthread_attr_setschedparam (),
.BR pthread_attr_getschedparam ()
functions are thread-safe.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES