aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-10-13 09:38:59 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-10-13 09:38:59 +0200
commit8831d4641dd1d8bddfced76c7e59d51fe5c0162e (patch)
tree7fbd1fcee3b6f30161696ad1eec3e16b856fba83
parentd0749cdf7897425f390cb5c42057123b72d56161 (diff)
downloadman-pages-8831d4641dd1d8bddfced76c7e59d51fe5c0162e.tar.gz
mbind.2, set_mempolicy.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/mbind.26
-rw-r--r--man2/set_mempolicy.22
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