From ecccf7c284e418bbb5db7fc005d1d2ebaf9db9a3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 19 Mar 2008 08:56:26 +0000 Subject: [PATCH] grfix --- man2/set_mempolicy.2 | 2 +- man5/elf.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2 index 67fc8d333..7941dff7e 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 e6007f994..f533343c1 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