toupper.3: Modify thread-safety information

After researching and talking, we think toupper() and tolower()
should not be marked with locale.
After changing, the markings match glbc markings.

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Ma Shimiao 2015-02-03 14:53:58 +08:00 committed by Michael Kerrisk
parent 3b399480b0
commit 9b45c6d817
1 changed files with 2 additions and 3 deletions

View File

@ -122,9 +122,8 @@ l l l.
Interface Attribute Value
T{
.BR toupper (),
.BR tolower ()
T} Thread safety MT-Safe locale
T{
.BR tolower (),
.br
.BR toupper_l (),
.BR tolower_l ()
T} Thread safety MT-Safe