OSDN Git Service

Update draft for LDP 3.67
[linuxjm/LDP_man-pages.git] / draft / man2 / remap_file_pages.2
index c234851..e82d72e 100644 (file)
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH REMAP_FILE_PAGES 2 2008\-04\-22 Linux "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 2004-2005 Yuichi SATO
+.\"         all rights reserved.
+.\" Translated Thu Jun 24 06:00:37 JST 2004
+.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
+.\" Updated & Modified Mon Jan  3 02:50:11 JST 2005 by Yuichi SATO
+.\" Updated & Modified Mon Oct 10 01:15:38 JST 2005
+.\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"
+.TH REMAP_FILE_PAGES 2 2014\-05\-10 Linux "Linux Programmer's Manual"
 .SH 名前
 remap_file_pages \- 非線形ファイルマッピングを作成する。
 .SH 書式
@@ -88,10 +97,17 @@ remap_file_pages \- 非線形ファイルマッピングを作成する。
 バージョン 2.3.3 で追加された。
 .SH 準拠
 \fBremap_file_pages\fP()  システムコールは Linux 固有のものである。
+.SH 注意
+.\" commit 3ee6dafc677a68e461a7ddafc94a580ebab80735
+Since Linux 2.6.23, \fBremap_file_pages\fP()  creates non\-linear mappings only
+on in\-memory file systems such as tmpfs, hugetlbfs or ramfs.  On filesystems
+with a backing store, \fBremap_file_pages\fP()  is not much more efficient than
+using \fBmmap\fP(2)  to adjust which parts of the file are mapped to which
+addresses.
 .SH 関連項目
 \fBgetpagesize\fP(2), \fBmmap\fP(2), \fBmmap2\fP(2), \fBmprotect\fP(2), \fBmremap\fP(2),
 \fBmsync\fP(2)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。