diff options
| -rw-r--r-- | man2/alloc_hugepages.2 | 2 | ||||
| -rw-r--r-- | man2/mprotect.2 | 2 | ||||
| -rw-r--r-- | man3/fopen.3 | 2 | ||||
| -rw-r--r-- | man3/sigpause.3 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/man2/alloc_hugepages.2 b/man2/alloc_hugepages.2 index 406a45c3f4..46ee27efd2 100644 --- a/man2/alloc_hugepages.2 +++ b/man2/alloc_hugepages.2 @@ -51,7 +51,7 @@ and huge pages (2 or 4 MiB). Similarly ia64 knows about huge pages of several sizes. These system calls serve to map huge pages into the -process' memory or to free them again. +process's memory or to free them again. Huge pages are locked into memory, and are not swapped. .LP The diff --git a/man2/mprotect.2 b/man2/mprotect.2 index 17a4a8d1a8..1e12c31df2 100644 --- a/man2/mprotect.2 +++ b/man2/mprotect.2 @@ -113,7 +113,7 @@ was not obtained via .SH NOTES On Linux it is always legal to call .BR mprotect () -on any address in a process' address space (except for the +on any address in a process's address space (except for the kernel vsyscall area). In particular it can be used to change existing code mappings to be writable. diff --git a/man3/fopen.3 b/man3/fopen.3 index d524496f3d..09b70a9f36 100644 --- a/man3/fopen.3 +++ b/man3/fopen.3 @@ -106,7 +106,7 @@ environments.) .PP Any created files will have mode .BR S_IRUSR \&| S_IWUSR \&| S_IRGRP \&| S_IWGRP \&| S_IROTH \&| S_IWOTH -(0666), as modified by the process' umask value (see +(0666), as modified by the process's umask value (see .BR umask (2)). .PP Reads and writes may be intermixed on read/write streams in any order. diff --git a/man3/sigpause.3 b/man3/sigpause.3 index e30597ff9b..0f665fd41c 100644 --- a/man3/sigpause.3 +++ b/man3/sigpause.3 @@ -59,7 +59,7 @@ It sets the process's signal mask to Unix95 standardized the incompatible System V version of this function, which removes only the specified signal .I sig -from the process' signal mask. +from the process's signal mask. .\" __xpg_sigpause: Unix 95, spec 1170, SVID, SVr4, XPG The unfortunate situation with two incompatible functions with the same name was solved by the |
