OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / toupper.3
index 3080f8f..a1fbcff 100644 (file)
@@ -123,7 +123,7 @@ These functions can be safely used in multithreaded applications,
 as long as
 .BR setlocale (3)
 is not called to change the locale during their execution.
-.\" FIXME Add toupper_l() and tolower_l()
+.\" FIXME Add toupper_l() and tolower_l()
 .SH CONFORMING TO
 .BR toupper (),
 .BR tolower ():
@@ -141,7 +141,7 @@ locale does not know about umlauts, so no conversion is done for them.
 .PP
 In some non-English locales, there are lowercase letters with no
 corresponding uppercase equivalent;
-.\" FIXME: One day the statement about "sharp s" needs to be reworked,
+.\" FIXME One day the statement about "sharp s" needs to be reworked,
 .\" since there is nowadays a capital "sharp s" that has a codepoint
 .\" in Unicode 5.0; see https://en.wikipedia.org/wiki/Capital_%E1%BA%9E
 the German sharp s is one example.
@@ -154,7 +154,7 @@ the German sharp s is one example.
 .BR towupper (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,