OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / mprotect.2
index 2321c23..dbd536d 100644 (file)
@@ -29,6 +29,7 @@
 .\" Modified 2004-08-16 by Andi Kleen <ak@muc.de>
 .\" 2007-06-02, mtk: Fairly substantial rewrites and additions, and
 .\" a much improved example program.
+.\"
 .\" FIXME The following protection flags need documenting:
 .\"         PROT_SEM
 .\"         PROT_GROWSDOWN
@@ -73,8 +74,6 @@ The memory can be modified.
 .TP
 .B PROT_EXEC
 The memory can be executed.
-.\" FIXME
-.\" Document PROT_GROWSUP and PROT_GROWSDOWN
 .SH RETURN VALUE
 On success,
 .BR mprotect ()
@@ -227,10 +226,11 @@ main(int argc, char *argv[])
 .BR mmap (2),
 .BR sysconf (3)
 .SH COLOPHON
-This page is part of release 3.65 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.