* [PATCH] wctomb.3: ATTRIBUTES: Note function that is not thread-safe
@ 2013-09-09 7:13 Peng Haitao
[not found] ` <1378710782-22523-1-git-send-email-penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Peng Haitao @ 2013-09-09 7:13 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: carlos-v2tUB8YBRSi3e3T8WW9gsA, aoliva-H+wXaHxf7aLQT0dZR+AlfA,
linux-man-u79uwXL29TY76Z2rM5mHXA
The function wctomb() is not thread safe.
Signed-off-by: Peng Haitao <penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
---
man3/wctomb.3 | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/man3/wctomb.3 b/man3/wctomb.3
index e8684e4..389c59f 100644
--- a/man3/wctomb.3
+++ b/man3/wctomb.3
@@ -13,7 +13,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
-.TH WCTOMB 3 1999-07-25 "GNU" "Linux Programmer's Manual"
+.TH WCTOMB 3 2013-09-09 "GNU" "Linux Programmer's Manual"
.SH NAME
wctomb \- convert a wide character to a multibyte sequence
.SH SYNOPSIS
@@ -81,6 +81,11 @@ is NULL, the
.BR wctomb ()
function returns nonzero if the
encoding has nontrivial shift state, or zero if the encoding is stateless.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR wctomb ()
+function is not thread-safe.
.SH CONFORMING TO
C99.
.SH NOTES
@@ -91,7 +96,6 @@ depends on the
category of the
current locale.
.PP
-This function is not multithread safe.
The function
.BR wcrtomb (3)
provides
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-13 4:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-09 7:13 [PATCH] wctomb.3: ATTRIBUTES: Note function that is not thread-safe Peng Haitao
[not found] ` <1378710782-22523-1-git-send-email-penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2013-09-13 4:42 ` Michael Kerrisk (man-pages)
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.