pthread_setcancelstate.3: Reformat thread-safety information

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-12 14:07:03 +02:00
parent f4328c6b36
commit dfa2186c1b
1 changed files with 16 additions and 5 deletions

View File

@ -111,12 +111,23 @@ Invalid 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_setcancelstate () .ad l
and .TS
allbox;
lb lb lb
lw25 l l.
Interface Attribute Value
T{
.BR pthread_setcancelstate (),
.BR pthread_setcanceltype () .BR pthread_setcanceltype ()
functions are thread-safe. T} Thread safety T{
MT-Safe
T}
.TE
.ad
.hy
.SH CONFORMING TO .SH CONFORMING TO
POSIX.1-2001. POSIX.1-2001.
.SH NOTES .SH NOTES