Eliminate consecutive duplicate words

This commit is contained in:
Michael Kerrisk 2005-07-06 11:21:27 +00:00
parent eb9a3e3c70
commit fba59d25ec
4 changed files with 4 additions and 4 deletions

View File

@ -119,7 +119,7 @@ with prototype
and options to get the maximum number of processes per user,
get the maximum number of processors the calling process can use,
find out whether a specified process is currently blocked,
get or set the maximum stack size, etc., etc.
get or set the maximum stack size, etc.
.SH AVAILABILITY
The prctl() system call was introduced in Linux 2.1.57.
There is no prctl() library call as yet.

View File

@ -135,7 +135,7 @@ These program headers are structures of the following form:
Note that we can calculate the location of a particular program header,
.IR x ,
in virtual memory memory using the formula:
in virtual memory using the formula:
.nf
addr == info->dlpi_addr + info->dlpi_phdr[x].p_vaddr;

View File

@ -115,7 +115,7 @@ If the
.I pgout
function is specified, it is called each time a buffer is written into the
backing file.
Both functions are are called with the
Both functions are called with the
.I pgcookie
pointer, the page number and a pointer to the page to being read or written.
.PP

View File

@ -307,7 +307,7 @@ In such cases, it may be desirable to use only a small set of kernels
information as small as possible.
In this case, create a common file
with all needed modules.
Then, only the the
Then, only the
.B /linuxrc
file or a file executed by
.B /linuxrc