prctl.2, hier.7: spfix: sharable-->shareable

Even in American English, it seems that "shareable"
is the more common form these days.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-20 08:54:15 +02:00
parent 2e510f32d1
commit 997d21e192
2 changed files with 5 additions and 5 deletions

View File

@ -550,7 +550,7 @@ option enabled.
.BR PR_SET_MM_START_CODE
Set the address above which the program text can run.
The corresponding memory area must be readable and executable,
but not writable or sharable (see
but not writable or shareable (see
.BR mprotect (2)
and
.BR mmap (2)
@ -559,19 +559,19 @@ for more information).
.BR PR_SET_MM_END_CODE
Set the address below which the program text can run.
The corresponding memory area must be readable and executable,
but not writable or sharable.
but not writable or shareable.
.TP
.BR PR_SET_MM_START_DATA
Set the address above which initialized and
uninitialized (bss) data are placed.
The corresponding memory area must be readable and writable,
but not executable or sharable.
but not executable or shareable.
.TP
.B PR_SET_MM_END_DATA
Set the address below which initialized and
uninitialized (bss) data are placed.
The corresponding memory area must be readable and writable,
but not executable or sharable.
but not executable or shareable.
.TP
.BR PR_SET_MM_START_STACK
Set the start address of the stack.

View File

@ -182,7 +182,7 @@ notice, such as by a regular job or at system boot up.
.TP
.I /usr
This directory is usually mounted from a separate partition.
It should hold only sharable, read-only data, so that it can be mounted
It should hold only shareable, read-only data, so that it can be mounted
by various machines running Linux.
.TP
.I /usr/X11R6