aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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