diff options
| author | Avinesh Kumar <akumar@suse.de> | 2023-04-05 16:14:26 +0530 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-04-08 01:31:28 +0200 |
| commit | 1e0716ee359bcffb07aaf664d248556a7bdea97c (patch) | |
| tree | a4c2900569aebd2abd311a3c894bca726e1dc311 /man2 | |
| parent | 9b3f209aa6dc807b9ce999db429fa32b591247ee (diff) | |
| download | man-pages-1e0716ee359bcffb07aaf664d248556a7bdea97c.tar.gz | |
mlock.2: wfix
Signed-off-by: Avinesh Kumar <akumar@suse.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/mlock.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/mlock.2 b/man2/mlock.2 index 30828fbdfa..513c161b66 100644 --- a/man2/mlock.2 +++ b/man2/mlock.2 @@ -35,9 +35,9 @@ swap area. and .BR munlockall () perform the converse operation, -unlocking part or all of the calling process's virtual -address space, so that pages in the specified virtual address range may -once more be swapped out if required by the kernel memory manager. +unlocking part or all of the calling process's virtual address space, +so that pages in the specified virtual address range +can be swapped out again if required by the kernel memory manager. .PP Memory locking and unlocking are performed in units of whole pages. .SS mlock(), mlock2(), and munlock() |
