From e99ab83e1eec3411781c65bda3663ee6fb8f9225 Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Mon, 15 Sep 2014 11:12:16 +0800 Subject: [PATCH] pthread_getcpuclockid.3: Reformat thread-safety information Signed-off-by: Peng Haitao Signed-off-by: Michael Kerrisk --- man3/pthread_getcpuclockid.3 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/man3/pthread_getcpuclockid.3 b/man3/pthread_getcpuclockid.3 index b5bc7816f..3be09fbf5 100644 --- a/man3/pthread_getcpuclockid.3 +++ b/man3/pthread_getcpuclockid.3 @@ -63,10 +63,17 @@ could be found. .SH VERSIONS This function is available in glibc since version 2.2. .SH ATTRIBUTES -.SS Multithreading (see pthreads(7)) -The +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lbw23 lb lb +l l l. +Interface Attribute Value +T{ .BR pthread_getcpuclockid () -function is thread-safe. +T} Thread safety MT-Safe +.TE .SH CONFORMING TO POSIX.1-2001. .SH NOTES