diff --git a/man2/mmap.2 b/man2/mmap.2 index bef8b4432..fe2267608 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -452,8 +452,9 @@ Shared file mappings with this flag provide the guarantee that while some memory is writably mapped 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. -This allows users of such mappings to make data modifications -persistent in a more efficient way using appropriate CPU instructions. +In conjunction with the use of appropriate CPU instructions, +this provides users of such mappings with a more efficient way +of making data modifications persistent. .TP .BR MAP_UNINITIALIZED " (since Linux 2.6.33)" Don't clear anonymous pages.