aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-09 20:57:09 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-09 20:57:09 +0100
commit9fd0c2f252de99a20dd6958d33afefd0a0e41137 (patch)
treea822bc3a31e51f4252b63c89a3720994f1c20579
parent45e399e7f85466edb390ef1c34f6e5d26de5ce10 (diff)
downloadman-pages-9fd0c2f252de99a20dd6958d33afefd0a0e41137.tar.gz
mlock.2: CONFORMING TO: note more explicitly which APIs are in the standards
The current wording is a little unclear... Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/mlock.25
1 files changed, 5 insertions, 0 deletions
diff --git a/man2/mlock.2 b/man2/mlock.2
index 69e379f8a3..2822df7cf3 100644
--- a/man2/mlock.2
+++ b/man2/mlock.2
@@ -271,6 +271,11 @@ For
is available since Linux 4.4;
glibc support was added in version 2.27.
.SH CONFORMING TO
+.BR mlock (),
+.BR munlock (),
+.BR mlockall (),
+and
+.BR munlockall ():
POSIX.1-2001, POSIX.1-2008, SVr4.
.PP
.BR mlock2 ()