aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMa Shimiao <mashimiao.fnst@cn.fujitsu.com>2015-01-19 10:15:51 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-02-27 14:44:29 +0100
commit9644042f217c5295f98d68f205317d8f16cdf032 (patch)
treeb0cafdf73ae19f01da2d192a8923b648195cd93a
parenta353619d6698769f43536ca6aa0e42f5924514fa (diff)
downloadman-pages-9644042f217c5295f98d68f205317d8f16cdf032.tar.gz
mbtowc.3: Modify thread-safety information
As annotation in glibc manual is more detailed, change the thread-safety information to be the same as glibc manual. Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/mbtowc.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/mbtowc.3 b/man3/mbtowc.3
index 3e862e2daf..fefaedf5ee 100644
--- a/man3/mbtowc.3
+++ b/man3/mbtowc.3
@@ -120,7 +120,7 @@ l l l.
Interface Attribute Value
T{
.BR mbtowc ()
-T} Thread safety MT-Unsafe
+T} Thread safety MT-Unsafe race
.TE
.SH CONFORMING TO
C99.