Skip to content

Commit

Permalink
add missing paren
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Nov 5, 2023
1 parent 29d30f2 commit 8e0f34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@
\item memory mapping and setting access rights is used by the Electric Fence
library which is used for error detection on dynamic memory use.
\item There is also \texttt{madvise} system call (and its SUS compliant variant
\texttt{posix\_madvise} that allows the process to give the kernel some hints
\texttt{posix\_madvise}) that allows the process to give the kernel some hints
on how it is going to access the (mapped) memory in given address range.
E.g. the \texttt{MADV\_SEQUENTIAL} advice implies the pages should be read-ahead
and then freed once they are accessed.
Expand Down

0 comments on commit 8e0f34a

Please sign in to comment.