flockfile.3: Reformat thread-safety information

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-27 08:29:07 +02:00
parent a3a5767332
commit cadbf54b10
1 changed files with 10 additions and 4 deletions

View File

@ -125,13 +125,19 @@ function returns zero for success
.SH ERRORS
None.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
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 flockfile (),
.BR ftrylockfile (),
and
.BR funlockfile ()
functions are thread-safe.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
POSIX.1-2001.
.SH AVAILABILITY