X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman2%2Fsysinfo.2;h=abe3dbcea1be473f963c5b06bf438d8e0ab2b768;hb=c1dfa2f6ab1bbed84992d3c59ee9925f4d453668;hp=e387d3ce6da54c7a850cd49829c2d27bb82f1cf4;hpb=290b815f40e5a2160352a8d244499dd4a2a8c16b;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man2/sysinfo.2 b/draft/man2/sysinfo.2 index e387d3ce..abe3dbce 100644 --- a/draft/man2/sysinfo.2 +++ b/draft/man2/sysinfo.2 @@ -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 .\" Modified Tue Oct 22 22:29:51 1996 by Eric S. Raymond @@ -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/ に書かれている。