OSDN Git Service

Update releases for LDP v3.76
[linuxjm/LDP_man-pages.git] / release / man2 / move_pages.2
index 24e8ec0..c66eebb 100644 (file)
 .\" permission notice identical to this one.
 .\" %%%LICENSE_END
 .\"
-.\" FIXME Should programs normally be using this API directly, or should
+.\" FIXME Should programs normally be using move_pages() directly, or should
 .\" they rather be using interfaces in the numactl package?
 .\" (e.g., compare with recommendation in mbind(2)).
+.\" Does this page need to give advise on this topic?
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
@@ -49,7 +50,8 @@ ID か保存 set\-user\-ID のどちらかと 一致しなければならない
 \fIcount\fP は移動するページ数である。 \fIcount\fP により \fIpages\fP, \fInodes\fP, \fIstatus\fP の 3
 つの配列の大きさが定義される。
 
-.\" FIXME what if they are not aligned?
+.\" FIXME Describe the result if pointers in the 'pages' array are
+.\" not aligned to page boundaries
 \fIpages\fP は、移動すべきページへのポインタの配列であり、 各ポインタはページ境界に揃えた値を指定すべきである。 \fIpid\fP
 で指定されたプロセスで見えるアドレスを指定する。
 
@@ -93,7 +95,7 @@ dirty なページを移動できない。 ファイルシステムが dirty な
 \fB\-ENOMEM\fP
 移動先のノードでメモリを確保することができない。
 .SH 返り値
-.\" FIXME Is the following quite true: does the wrapper in numactl
+.\" FIXME Is the following quite true: does the wrapper in numactl
 .\" do the right thing?
 成功すると、 \fBmove_pages\fP()  は 0 を返す。 エラーの場合、\-1 を返し、 \fIerrno\fP にエラーを示す値を設定する。
 .SH エラー
@@ -102,8 +104,8 @@ dirty なページを移動できない。 ファイルシステムが dirty な
 移動すべきページが多過ぎる。
 .TP 
 \fBEACCES\fP
-.\" FIXME Clarify "current cpuset".  Is that the cpuset of the caller
-.\" or the target?
+.\" FIXME Clarify "current cpuset" in the description of the EACCESS error.
+.\" Is that the cpuset of the caller or the target?
 移動先のノードのいずれかが現在の CPU 集合では許可されていない。
 .TP 
 \fBEFAULT\fP
@@ -151,6 +153,6 @@ dirty なページを移動できない。 ファイルシステムが dirty な
 \fBnuma_maps\fP(5), \fBcpuset\fP(7), \fBnuma\fP(7), \fBmigratepages\fP(8),
 \fBnumastat\fP(8)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.54 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.76 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。