getdate.3: Reformat thread-safety information

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-07-01 07:17:17 +02:00
parent 9f9d1e7d4e
commit 894fae6b2e
1 changed files with 12 additions and 6 deletions

View File

@ -194,14 +194,20 @@ File containing format patterns.
Variables used by Variables used by
.BR strptime (3). .BR strptime (3).
.SH ATTRIBUTES .SH ATTRIBUTES
.SS Multithreading (see pthreads(7)) For an explanation of the terms used in this section, see
The .BR attributes (7).
.TS
allbox;
lb lb lb
l l l.
Interface Attribute Value
T{
.BR getdate () .BR getdate ()
function is not thread-safe. T} Thread safety MT-Unsafe
.LP T{
The
.BR getdate_r () .BR getdate_r ()
function is thread-safe. T} Thread safety MT-Safe
.TE
.SH CONFORMING TO .SH CONFORMING TO
POSIX.1-2001. POSIX.1-2001.
.SH NOTES .SH NOTES