userfaultfd.2: Minor fix-ups

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-26 09:18:00 +02:00
parent d28aadf6c3
commit 792570def1
1 changed files with 2 additions and 2 deletions

View File

@ -96,11 +96,11 @@ In this case, these threads may belong to different programs,
and the program that executes the faulting threads
will not necessarily cooperate with the program that handles the page faults.
In such non-cooperative mode,
the process that monitors userfaultfd and handles page faults,
the process that monitors userfaultfd and handles page faults
needs to be aware of the changes in the virtual memory layout
of the faulting process to avoid memory corruption.
.\" FIXME elaborate about non-cooperating mode, describe its limitations
.\" for kerneles before 4.11, features added in 4.11
.\" for kernels before 4.11, features added in 4.11
.\" and limitations remaining in 4.11
.\" Maybe it's worth adding a dedicated sub-section...
.\"