aboutsummaryrefslogtreecommitdiffstats
path: root/man2/mlock.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/mlock.2')
-rw-r--r--man2/mlock.22
1 files changed, 0 insertions, 2 deletions
diff --git a/man2/mlock.2 b/man2/mlock.2
index 1ced0bdb94..5dede905cc 100644
--- a/man2/mlock.2
+++ b/man2/mlock.2
@@ -32,11 +32,9 @@ mlock, munlock, mlockall, munlockall \- lock and unlock memory
.B #include <sys/mman.h>
.sp
.BI "int mlock(const void *" addr ", size_t " len ");
-.sp
.BI "int munlock(const void *" addr ", size_t " len ");
.sp
.BI "int mlockall(int " flags ");
-.sp
.B int munlockall(void);
.fi
.SH DESCRIPTION