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
.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