OSDN Git Service

(split) LDP: Update the version to 3.53 in PO files
[linuxjm/LDP_man-pages.git] / draft / man2 / sysinfo.2
index e387d3c..abe3dbc 100644 (file)
@@ -1,11 +1,11 @@
-.\" -*- nroff -*-
-.\"
 .\" Copyright (C) 1993 by Dan Miner (dminer@nyx.cs.du.edu)
 .\"
+.\" %%%LICENSE_START(FREELY_REDISTRIBUTABLE)
 .\"  Permission is granted to freely distribute or modify this file
 .\"  for the purpose of improving Linux or its documentation efforts.
 .\"  If you modify this file, please put a date stamp and HOW you
 .\"  changed this file.  Thanks.   -DM
+.\" %%%LICENSE_END
 .\"
 .\" Modified Sat Jul 24 12:35:12 1993 by Rik Faith <faith@cs.unc.edu>
 .\" Modified Tue Oct 22 22:29:51 1996 by Eric S. Raymond <esr@thyrsus.com>
@@ -16,7 +16,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH SYSINFO 2 2007\-11\-15 Linux "Linux Programmer's Manual"
+.TH SYSINFO 2 2012\-05\-05 Linux "Linux Programmer's Manual"
 .SH 名前
 sysinfo \- システム全体の統計情報を返す。
 .SH 書式
@@ -62,7 +62,7 @@ struct sysinfo {
     unsigned long totalhigh; /* Total high memory size */
     unsigned long freehigh;  /* Available high memory size */
     unsigned int mem_unit;   /* Memory unit size in bytes */
-    char _f[20\-2*sizeof(long)\-sizeof(int)]; /* Padding for libc5 */
+    char _f[20\-2*sizeof(long)\-sizeof(int)]; /* Padding to 64 bytes */
 };
 .in
 .fi
@@ -83,3 +83,7 @@ Linux カーネルは 0.98.pl6 から \fBsysinfo\fP()  システムコールを
 より、glibc では 1.90 より \fBsysinfo\fP()  ルーチンを含んでいる。
 .SH 関連項目
 \fBproc\fP(5)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。