towctrans.3: ATTRIBUTES: Note function that is thread-safe

The function towctrans() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2013-12-24 11:32:21 +08:00 committed by Michael Kerrisk
parent 0462e39274
commit 1c2794e784
1 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
.TH TOWCTRANS 3 1999-07-25 "GNU" "Linux Programmer's Manual"
.TH TOWCTRANS 3 2013-12-24 "GNU" "Linux Programmer's Manual"
.SH NAME
towctrans \- wide-character transliteration
.SH SYNOPSIS
@ -52,6 +52,11 @@ if
.I wc
is
.BR WEOF .
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR towctrans ()
function is thread-safe.
.SH CONFORMING TO
C99.
.SH NOTES