We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d82c20 commit 96a7fffCopy full SHA for 96a7fff
proc.tex
@@ -1090,8 +1090,8 @@
1090
\texttt{MAP\_PRIVATE} was used, the data would be written to the swap on
1091
page-out.
1092
\item For the file to be mapped into memory it is first necessary to open it
1093
-via \texttt{open}. The access mode in \texttt{prot} cannot be ``higher'' than
1094
-specified in the mode for \texttt{open}.
+via \texttt{open}. The access mode in \texttt{prot} cannot be less restrictive
+than specified in the mode for \texttt{open}.
1095
\item The use of \texttt{MAP\_FIXED} is not recommended, since it hampers
1096
portability of the code. Also, it removes any existing mappings at that
1097
address. Further, it does not work well with ASLR (Address Space Layout
0 commit comments