From 8831d4641dd1d8bddfced76c7e59d51fe5c0162e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 13 Oct 2016 09:38:59 +0200 Subject: [PATCH] mbind.2, set_mempolicy.2: tfix Signed-off-by: Michael Kerrisk --- man2/mbind.2 | 6 +++--- man2/set_mempolicy.2 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/mbind.2 b/man2/mbind.2 index 6360daaa3..a5f26e251 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 9dbb9ceda..7a1f4400a 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