diff options
| -rw-r--r-- | man2/mbind.2 | 6 | ||||
| -rw-r--r-- | man2/set_mempolicy.2 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/man2/mbind.2 b/man2/mbind.2 index 6360daaa3d..a5f26e251d 100644 --- a/man2/mbind.2 +++ b/man2/mbind.2 @@ -69,7 +69,7 @@ a memory-mapped file, mapped using the system call with the .B MAP_PRIVATE flag, pages will be allocated only according to the specified -policy when the application writes [stores] to the page. +policy when the application writes (stores) to the page. For anonymous regions, an initial read access will use a shared page in the kernel containing all zeros. For a file mapped with @@ -179,9 +179,9 @@ Where a .I nodemask is required, it must contain at least one node that is on-line, allowed by the process's current cpuset context -[unless the +(unless the .B MPOL_F_STATIC_NODES -mode flag is specified], +mode flag is specified), and contains memory. The diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2 index 9dbb9ceda9..7a1f4400a7 100644 --- a/man2/set_mempolicy.2 +++ b/man2/set_mempolicy.2 @@ -62,7 +62,7 @@ memory-mapped files mapped using the .BR mmap (2) call with the .B MAP_PRIVATE -flag and that are only read [loaded] from by the thread +flag and that are only read (loaded) from by the thread and of memory-mapped files mapped using the .BR mmap (2) call with the |
