OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / release / man3 / MB_LEN_MAX.3
index e90c3b2..2606d25 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
 .\"
 .\" Modified, aeb, 990824
 .\"
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.\"
 .\" Japanese Version Copyright (c) 1999 HAYAKAWA Hitoshi
 .\"         all rights reserved.
 .\" Translated Sep 11 1999, HAYAKAWA Hitoshi <cz8cb01@linux.or.jp>
 .\"
-.\"WORD:    locale  ¥í¥±¡¼¥ë
-.\"
-.TH MB_LEN_MAX 3 1999-07-04 "Linux" "Linux Programmer's Manual"
-.SH Ì¾Á°
-MB_LEN_MAX \- Á´¤Æ¤Î¥í¥±¡¼¥ë¤Ç¤Î£±Ê¸»ú¤ÎºÇÂç¥Þ¥ë¥Á¥Ð¥¤¥ÈĹ
-.SH ½ñ¼°
+.TH MB_LEN_MAX 3 1999\-07\-04 Linux "Linux Programmer's Manual"
+.SH 名前
+MB_LEN_MAX \- 全てのロケールでの1文字の最大マルチバイト長
+.SH 書式
 .nf
-.B #include <limits.h>
+\fB#include <limits.h>\fP
 .fi
-.SH ÀâÌÀ
-.B MB_LEN_MAX
-¥Þ¥¯¥í¤Ï¡¢Á´¤Æ¤Î¥í¥±¡¼¥ë¤Ç°ì¤Ä¤Î¥ï¥¤¥Éʸ»ú¤òɽ¸½¤¹¤ë¤¿¤á¤ËɬÍפȤʤë
-ºÇÂç¥Ð¥¤¥È¿ô¤Ç¤¢¤ë¡£
-.SH ÊÖ¤êÃÍ
-0 ¤è¤êÂ礭¤¤¤ÎÀ°¿ô·¿¤ÎÄê¿ô¡£
-.SH ½àµò
-C99, POSIX.1-2001.
-.SH Ãí°Õ
-.B MB_LEN_MAX
-¤È
-.I sizeof(wchar_t)
-¤ÎÃͤˤϤʤó¤Î´Ø·¸¤â¤Ê¤¤¡£
-glibc ¤Ç¤Ï
-.B MB_LEN_MAX
-¤ÏÄ̾ï¤Ï 6 ¤Ç¡¢
-.I sizeof(wchar_t)
-¤Ï 4 ¤Ç¤¢¤ë¡£
-.SH ´ØÏ¢¹àÌÜ
-.BR MB_CUR_MAX (3)
+.SH 説明
+\fBMB_LEN_MAX\fP マクロは、全てのロケールで一つのワイド文字を表現するために必要となる 最大バイト数である。
+.SH 返り値
+0 より大きいの整数型の定数。
+.SH 準拠
+C99, POSIX.1\-2001.
+.SH 注意
+\fBMB_LEN_MAX\fP と \fIsizeof(wchar_t)\fP の値にはなんの関係もない。 glibc では \fBMB_LEN_MAX\fP は通常は
+6 で、 \fIsizeof(wchar_t)\fP は 4 である。
+.SH 関連項目
+\fBMB_CUR_MAX\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。