public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mlock.2: Improve wording
@ 2023-04-05 10:44 Avinesh Kumar
  2023-04-07 23:32 ` Alejandro Colomar
  0 siblings, 1 reply; 2+ messages in thread
From: Avinesh Kumar @ 2023-04-05 10:44 UTC (permalink / raw)
  To: alx; +Cc: linux-man

Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
 man2/mlock.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/mlock.2 b/man2/mlock.2
index 30828fbdf..ecd7158e5 100644
--- a/man2/mlock.2
+++ b/man2/mlock.2
@@ -36,8 +36,8 @@ 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.
+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()
-- 
2.40.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-07 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-05 10:44 [PATCH] mlock.2: Improve wording Avinesh Kumar
2023-04-07 23:32 ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox