This commit is contained in:
Michael Kerrisk 2008-03-19 08:56:26 +00:00
parent fcbe9025d0
commit ecccf7c284
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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