OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / MB_LEN_MAX.3
index 9eac3a6..cc46b3b 100644 (file)
@@ -1,9 +1,11 @@
 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
 .\" the License, or (at your option) any later version.
+.\" %%%LICENSE_END
 .\"
 .\" References consulted:
 .\"   GNU glibc-2 source code and manual
@@ -24,9 +26,9 @@ The
 .B MB_LEN_MAX
 macro is the upper bound for the number of bytes needed to represent a single
 wide character, across all locales.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 A constant integer greater than zero.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99, POSIX.1-2001.
 .SH NOTES
 The entities
@@ -39,5 +41,5 @@ In glibc,
 is typically 6 while
 .I sizeof(wchar_t)
 is 4.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR MB_CUR_MAX (3)