aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/mmap.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/mmap.2 b/man2/mmap.2
index 545597eb83..9393294c62 100644
--- a/man2/mmap.2
+++ b/man2/mmap.2
@@ -437,7 +437,7 @@ For other files, creating a mapping with this flag results in an
error.
.IP
Shared file mappings with this flag provide the guarantee that while
-some memory is writably mapped in the address space of the process,
+some memory is mapped writable in the address space of the process,
it will be visible in the same file at the same offset even after
the system crashes or is rebooted.
In conjunction with the use of appropriate CPU instructions,