From cadbf54b108dcf2d859086ac8c264138bf1d770a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 27 Jun 2014 08:29:07 +0200 Subject: [PATCH] flockfile.3: Reformat thread-safety information Signed-off-by: Michael Kerrisk --- man3/flockfile.3 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/man3/flockfile.3 b/man3/flockfile.3 index d7869ee16..99e688186 100644 --- a/man3/flockfile.3 +++ b/man3/flockfile.3 @@ -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