added FIXME

This commit is contained in:
Michael Kerrisk 2006-09-05 08:03:37 +00:00
parent a0bb5f7bde
commit e7d3b0705c
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ The memory can be written to.
.TP .TP
.B PROT_EXEC .B PROT_EXEC
The memory can contain executing code. The memory can contain executing code.
.\" FIXME
.\" Document MAP_GROWSUP and MAP_GROWSDOWN
.PP .PP
The new protection replaces any existing protection. For example, if the The new protection replaces any existing protection. For example, if the
memory had previously been marked \fBPROT_READ\fR, and \fBmprotect\fR() memory had previously been marked \fBPROT_READ\fR, and \fBmprotect\fR()