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

The function catgets() 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 2014-06-09 11:46:37 +08:00 committed by Michael Kerrisk
parent 3f205b20d7
commit 8114fa1417
1 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,11 @@ On failure,
.BR catgets ()
returns the value
.IR message .
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR catgets ()
function is thread-safe.
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES