From ee9482f4adad9a9e0629b58fd07e4192be764346 Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Mon, 25 Aug 2014 10:32:15 +0800 Subject: [PATCH] sem_unlink.3: Reformat thread-safety information Signed-off-by: Peng Haitao Signed-off-by: Michael Kerrisk --- man3/sem_unlink.3 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/man3/sem_unlink.3 b/man3/sem_unlink.3 index 5b3f8825d..3ff364751 100644 --- a/man3/sem_unlink.3 +++ b/man3/sem_unlink.3 @@ -60,10 +60,17 @@ was too long. There is no semaphore with the given .IR name . .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 sem_unlink () -function is thread-safe. +T} Thread safety MT-Safe +.TE .SH CONFORMING TO POSIX.1-2001. .SH SEE ALSO