pthread_attr_setinheritsched.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:58:12 +08:00 committed by Michael Kerrisk
parent 0d44d421f1
commit e4d2f415b6
1 changed files with 11 additions and 5 deletions

View File

@ -108,12 +108,18 @@ error ("attempt was made to set the attribute to an unsupported value") for
.\" .SH VERSIONS .\" .SH VERSIONS
.\" Available since glibc 2.0. .\" Available since glibc 2.0.
.SH ATTRIBUTES .SH ATTRIBUTES
.SS Multithreading (see pthreads(7)) For an explanation of the terms used in this section, see
The .BR attributes (7).
.BR pthread_attr_setinheritsched () .TS
and allbox;
lbw31 lb lb
l l l.
Interface Attribute Value
T{
.BR pthread_attr_setinheritsched (),
.BR pthread_attr_getinheritsched () .BR pthread_attr_getinheritsched ()
functions are thread-safe. T} Thread safety MT-Safe
.TE
.SH CONFORMING TO .SH CONFORMING TO
POSIX.1-2001. POSIX.1-2001.
.SH BUGS .SH BUGS