aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2022-07-29 13:45:02 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-08-01 14:56:24 +0200
commite2215d50453d73bae4353f9b01f9dfa643acd7a6 (patch)
tree97d5dc989ae17c5f11c2c1c397fd07641ee0c565
parent61c48e50ddb356426b4e8142e4e80d65869c5537 (diff)
downloadman-pages-e2215d50453d73bae4353f9b01f9dfa643acd7a6.tar.gz
mremap.2: wfix
Signed-off-by: Štěpán Němec <stepnem@gmail.com> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/mremap.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/mremap.2 b/man2/mremap.2
index fa48037de5..e2a252be19 100644
--- a/man2/mremap.2
+++ b/man2/mremap.2
@@ -311,7 +311,7 @@ Such an implementation can be cheaper (and simpler)
than conventional garbage collection techniques that involve
marking pages with protection
.B PROT_NONE
-in conjunction with the of a
+in conjunction with the use of a
.B SIGSEGV
handler to catch accesses to those pages.
.SH BUGS