summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvinesh Kumar <akumar@suse.de>2023-04-05 16:14:26 +0530
committerAlejandro Colomar <alx@kernel.org>2023-04-08 01:31:28 +0200
commit1e0716ee359bcffb07aaf664d248556a7bdea97c (patch)
treea4c2900569aebd2abd311a3c894bca726e1dc311
parent9b3f209aa6dc807b9ce999db429fa32b591247ee (diff)
mlock.2: wfix
Signed-off-by: Avinesh Kumar <akumar@suse.de> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/mlock.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/mlock.2 b/man2/mlock.2
index 30828fbdf..513c161b6 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()