svn commit: r331555 - stable/11/lib/libc/sys

Mark Johnston markj at FreeBSD.org
Mon Mar 26 15:22:26 UTC 2018


Author: markj
Date: Mon Mar 26 15:22:25 2018
New Revision: 331555
URL: https://svnweb.freebsd.org/changeset/base/331555

Log:
  MFC r331260:
  Remove a lingering inaccuracy from mlock.2.

Modified:
  stable/11/lib/libc/sys/mlock.2
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/sys/mlock.2
==============================================================================
--- stable/11/lib/libc/sys/mlock.2	Mon Mar 26 15:21:23 2018	(r331554)
+++ stable/11/lib/libc/sys/mlock.2	Mon Mar 26 15:22:25 2018	(r331555)
@@ -28,7 +28,7 @@
 .\"	@(#)mlock.2	8.2 (Berkeley) 12/11/93
 .\" $FreeBSD$
 .\"
-.Dd Jan 22, 2018
+.Dd March 20, 2018
 .Dt MLOCK 2
 .Os
 .Sh NAME
@@ -78,9 +78,7 @@ are removed.
 Multiple processes may have the same physical pages locked via their own
 virtual address mappings.
 A single process may likewise have pages multiply-locked via different virtual
-mappings of the same pages or via nested
-.Fn mlock
-calls on the same address range.
+mappings of the same physical pages.
 Unlocking is performed explicitly by
 .Fn munlock
 or implicitly by a call to


More information about the svn-src-stable mailing list