aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2013-12-23 17:50:09 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-12-27 07:25:35 +1300
commit9a677ed63950210552d03369dcc339cb76485ceb (patch)
tree1da8db8cd7bc0c43c90aa45c10f7bd291a5661db /man3
parent2b50e9609dd060d04eab08d7d1a843d879997407 (diff)
downloadman-pages-9a677ed63950210552d03369dcc339cb76485ceb.tar.gz
toascii.3: ATTRIBUTES: Note function that is thread-safe
The function toascii() is thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/toascii.37
1 files changed, 6 insertions, 1 deletions
diff --git a/man3/toascii.3 b/man3/toascii.3
index 3a2c7d3d6c..e632cf51bd 100644
--- a/man3/toascii.3
+++ b/man3/toascii.3
@@ -24,7 +24,7 @@
.\"
.\" Added BUGS section, aeb, 950919
.\"
-.TH TOASCII 3 2009-03-15 "GNU" "Linux Programmer's Manual"
+.TH TOASCII 3 2013-12-23 "GNU" "Linux Programmer's Manual"
.SH NAME
toascii \- convert character to ASCII
.SH SYNOPSIS
@@ -51,6 +51,11 @@ value that fits into the ASCII character set, by clearing the
high-order bits.
.SH RETURN VALUE
The value returned is that of the converted character.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR toascii ()
+function is thread-safe.
.SH CONFORMING TO
SVr4, BSD, POSIX.1-2001.
POSIX.1-2008 marks