aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/set_mempolicy.22
-rw-r--r--man5/elf.52
2 files changed, 2 insertions, 2 deletions
diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2
index 67fc8d3331..7941dff7e4 100644
--- a/man2/set_mempolicy.2
+++ b/man2/set_mempolicy.2
@@ -51,7 +51,7 @@ The memory policy defines from which node memory is allocated for
the process.
This system call defines the default policy for the process.
-The process policy governs allocation of pages in the process'
+The process policy governs allocation of pages in the process's
address space outside of memory ranges
controlled by a more specific policy set by
.BR mbind (2).
diff --git a/man5/elf.5 b/man5/elf.5
index e6007f994d..f533343c16 100644
--- a/man5/elf.5
+++ b/man5/elf.5
@@ -1628,7 +1628,7 @@ Relocation is the process of connecting symbolic references with
symbolic definitions.
Relocatable files must have information that
describes how to modify their section contents, thus allowing executable
-and shared object files to hold the right information for a process'
+and shared object files to hold the right information for a process's
program image.
Relocation entries are these data.
.PP