OSDN Git Service

Update release pages
[linuxjm/LDP_man-pages.git] / release / man2 / mmap.2
index 6b853f3..edd7b79 100644 (file)
@@ -68,7 +68,7 @@
 .\" Updated 2013-05-01, Akihiro MOTOKI <amotoki@gmail.com>
 .\" Updated 2013-05-07, Akihiro MOTOKI <amotoki@gmail.com>
 .\"
-.TH MMAP 2 2014\-08\-19 Linux "Linux Programmer's Manual"
+.TH MMAP 2 2015\-01\-22 Linux "Linux Programmer's Manual"
 .SH 名前
 mmap, munmap \- ファイルやデバイスをメモリにマップ/アンマップする
 .SH 書式
@@ -442,7 +442,11 @@ main(int argc, char *argv[])
 \fBproc\fP(5) の \fI/proc/[pid]/maps\fP, \fI/proc/[pid]/map_files\fP,
 \fI/proc/[pid]/smaps\fP の説明。
 
-B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128\-129 and 389\-391.
 .\"
 .\" Repeat after me: private read-only mappings are 100% equivalent to
 .\" shared read-only mappings. No ifs, buts, or maybes. -- Linus
+B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128\-129 and 389\-391.
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.78 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。