Skip to content

Commit 96a7fff

Browse files
committed
Make it understandable.
1 parent 3d82c20 commit 96a7fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proc.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,8 +1090,8 @@
10901090
\texttt{MAP\_PRIVATE} was used, the data would be written to the swap on
10911091
page-out.
10921092
\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}.
1093+
via \texttt{open}. The access mode in \texttt{prot} cannot be less restrictive
1094+
than specified in the mode for \texttt{open}.
10951095
\item The use of \texttt{MAP\_FIXED} is not recommended, since it hampers
10961096
portability of the code. Also, it removes any existing mappings at that
10971097
address. Further, it does not work well with ASLR (Address Space Layout

0 commit comments

Comments
 (0)