OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / mprotect.2
index 5b4b004..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,7 +226,7 @@ main(int argc, char *argv[])
 .BR mmap (2),
 .BR sysconf (3)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,