OSDN Git Service

Update release for LDP 3.67
[linuxjm/LDP_man-pages.git] / release / man3 / nl_langinfo.3
index baa6651..1da36fc 100644 (file)
@@ -1,9 +1,11 @@
 .\" Copyright (c) 2001 Markus Kuhn <mkuhn@acm.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 manual
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
+.\"
+.\" Japanese Version Copyright (c) 2001
+.\"          UCHIDA Norihiro all rights reserved.
+.\" Translated Sun Jul 15 2001
+.\"          by UCHIDA Norihiro <KY4N-UCD@asahi-net.or.jp>
+.\"
 .TH NL_LANGINFO 3 2010\-10\-03 GNU "Linux Programmer's Manual"
 .SH 名前
 nl_langinfo \- 言語とロケールの情報を問い合わせる
@@ -98,8 +106,8 @@ SUSv2, POSIX.1\-2001.
 int
 main(int argc, char *argv[])
 {
-    setlocale(LC_CTYPE,"");
-    printf("%s\en",nl_langinfo(CODESET));
+    setlocale(LC_CTYPE, "");
+    printf("%s\en", nl_langinfo(CODESET));
     exit(EXIT_SUCCESS);
 }
 .fi
@@ -108,3 +116,7 @@ main(int argc, char *argv[])
 \fBlocale\fP(7)
 .br
 GNU C ライブラリ・リファレンスマニュアル
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。