OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / towupper.3
index 4c088a5..8948d15 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
+
 .\" and Copyright (C) 2014 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
@@ -65,7 +65,7 @@ but performs the conversion based on the character type information in
 the locale specified by
 .IR locale .
 The behavior of
-.BR towupper_l()
+.BR towupper_l ()
 is undefined if
 .I locale
 is the special locale object
@@ -96,7 +96,7 @@ function is thread-safe with exceptions.
 It can be safely used in multithreaded applications, as long as
 .BR setlocale (3)
 is not called to change the locale during its execution.
-.\" FIXME need a thread-safety statement about towupper_l()
+.\" FIXME need a thread-safety statement about towupper_l()
 .SH VERSIONS
 The
 .BR towupper_l ()
@@ -121,7 +121,7 @@ because Unicode knows about three cases: upper, lower and title case.
 .BR towlower (3),
 .BR locale (7)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,