From 8931aeb53f1ea4118a74eeb728bec058979cc249 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 16 Aug 2014 02:30:03 +0200 Subject: [PATCH] lockf.3: Reformat thread-safety information Signed-off-by: Michael Kerrisk --- man3/lockf.3 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/man3/lockf.3 b/man3/lockf.3 index 2da2d0972..c815a6a4f 100644 --- a/man3/lockf.3 +++ b/man3/lockf.3 @@ -152,10 +152,17 @@ An invalid operation was specified in .B ENOLCK Too many segment locks open, lock table is full. .SH ATTRIBUTES -.SS Multithreading (see pthreads(7)) -The +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lb lb lb +l l l. +Interface Attribute Value +T{ .BR lockf () -function is thread-safe. +T} Thread safety MT-Safe +.TE .SH CONFORMING TO SVr4, POSIX.1-2001. .SH SEE ALSO