OSDN Git Service

Update releases for LDP 3.68
[linuxjm/LDP_man-pages.git] / release / man3 / endian.3
index 682eb0f..662fa4f 100644 (file)
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
+.\"
+.\" Japanese Version Copyright (c) 2012  Akihiro MOTOKI
+.\"         all rights reserved.
+.\" Translated 2012-05-05, Akihiro MOTOKI <amotoki@gmail.com>
+.\"
 .TH ENDIAN 3 2010\-09\-10 GNU "Linux Programmer's Manual"
 .SH 名前
 htobe16, htole16, be16toh, le16toh, htobe32, htole32, be32toh,
@@ -124,8 +129,8 @@ int
 main(int argc, char *argv[])
 {
     union {
-       uint32_t u32;
-       uint8_t arr[4];
+        uint32_t u32;
+        uint8_t arr[4];
     } x;
 
     x.arr[0] = 0x11;   /* Lowest\-address byte */
@@ -143,6 +148,6 @@ main(int argc, char *argv[])
 .SH 関連項目
 \fBbyteorder\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.68 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。