From 9b45c6d81709246a089f858abfe43e9a2dc5abca Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Tue, 3 Feb 2015 14:53:58 +0800 Subject: [PATCH] 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 Signed-off-by: Michael Kerrisk --- man3/toupper.3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man3/toupper.3 b/man3/toupper.3 index fd9824506..e3abba052 100644 --- a/man3/toupper.3 +++ b/man3/toupper.3 @@ -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