]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/towlower.3
proc.5: Note kernel version for /proc/PID/smaps VmFlags "wf" flag
[thirdparty/man-pages.git] / man3 / towlower.3
index db8d21d647dc50a0e4643e376d254203d6aacbef..4384c048067e6b7cb08577ca84e5afeadce29ebc 100644 (file)
@@ -14,7 +14,7 @@
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH TOWLOWER 3  2016-10-08 "GNU" "Linux Programmer's Manual"
+.TH TOWLOWER 3  2017-09-15 "GNU" "Linux Programmer's Manual"
 .SH NAME
 towlower, towlower_l \- convert a wide character to lowercase
 .SH SYNOPSIS
@@ -69,7 +69,7 @@ The behavior of
 is undefined if
 .I locale
 is the special locale object
-.BR LC_GLOBAL_LOCALE
+.B LC_GLOBAL_LOCALE
 (see
 .BR duplocale (3))
 or is not a valid locale object handle.
@@ -77,7 +77,7 @@ or is not a valid locale object handle.
 The argument
 .I wc
 must be representable as a
-.IR wchar_t
+.I wchar_t
 and be a valid character in the locale or be the value
 .BR WEOF .
 .SH RETURN VALUE