From 894fae6b2ee68dbd3da8454d52170f9120080c10 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 1 Jul 2014 07:17:17 +0200 Subject: [PATCH] getdate.3: Reformat thread-safety information Signed-off-by: Michael Kerrisk --- man3/getdate.3 | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/man3/getdate.3 b/man3/getdate.3 index d3449202b..11db129f1 100644 --- a/man3/getdate.3 +++ b/man3/getdate.3 @@ -194,14 +194,20 @@ File containing format patterns. Variables used by .BR strptime (3). .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 getdate () -function is not thread-safe. -.LP -The +T} Thread safety MT-Unsafe +T{ .BR getdate_r () -function is thread-safe. +T} Thread safety MT-Safe +.TE .SH CONFORMING TO POSIX.1-2001. .SH NOTES