diff options
| author | Ma Shimiao <mashimiao.fnst@cn.fujitsu.com> | 2015-01-19 10:15:51 +0800 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 14:44:29 +0100 |
| commit | 9644042f217c5295f98d68f205317d8f16cdf032 (patch) | |
| tree | b0cafdf73ae19f01da2d192a8923b648195cd93a /man3 | |
| parent | a353619d6698769f43536ca6aa0e42f5924514fa (diff) | |
| download | man-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>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/mbtowc.3 | 2 |
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. |
