From ebea5af99a6a08a80d517e4ffa86cc7bf9aeabd0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 17 Jun 2014 07:50:13 +0200 Subject: [PATCH] adjtime.3: Reformat thread-safety information Signed-off-by: Michael Kerrisk --- man3/adjtime.3 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/man3/adjtime.3 b/man3/adjtime.3 index f1a3972b5..fa571023d 100644 --- a/man3/adjtime.3 +++ b/man3/adjtime.3 @@ -103,10 +103,17 @@ Under Linux, the .B CAP_SYS_TIME capability is required. .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 adjtime () -function is thread-safe. +T} Thread safety MT-Safe +.TE .SH CONFORMING TO 4.3BSD, System V. .SH NOTES