basename.3: Reformat thread-safety information

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-17 07:57:30 +02:00
parent a88fecfcf0
commit a1eceea551
1 changed files with 11 additions and 5 deletions

View File

@ -127,12 +127,18 @@ return pointers to null-terminated strings.
(Do not pass these pointers to
.BR free (3).)
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR basename ()
and
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw22 lb lb
l l l.
Interface Attribute Value
T{
.BR basename (),
.BR dirname ()
functions are thread-safe.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES