OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / MB_LEN_MAX.3
index a7942c9..a5f18b4 100644 (file)
@@ -1,14 +1,16 @@
 .\" 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
 .\"   Dinkumware C library reference http://www.dinkumware.com/
-.\"   OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
+.\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"
 .\" Modified, aeb, 990824
 .\"
@@ -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,13 @@ In glibc,
 is typically 6 while
 .I sizeof(wchar_t)
 is 4.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR MB_CUR_MAX (3)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.