summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1998-01-20 03:59:07 +0000
committerAlexander Langer <alex@FreeBSD.org>1998-01-20 03:59:07 +0000
commit2768e0c4b51ab9e9ea498cec20e134e99dbd576e (patch)
tree974d633278cec179c91f3c9a85e13fdd13aa7c05 /lib/libc
parent891d6e58816c4b54a583de7f0faae69015b4a4c7 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mlock.23
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2
index 677017360bea..f2a8b5d2f4a8 100644
--- a/lib/libc/sys/mlock.2
+++ b/lib/libc/sys/mlock.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mlock.2 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.Dd June 2, 1993
.Dt MLOCK 2
@@ -132,6 +133,8 @@ Some portion of the indicated address range is not locked.
.El
.Sh "SEE ALSO"
.Xr fork 2 ,
+.Xr mincore 2 ,
+.Xr minherit 2 ,
.Xr mmap 2 ,
.Xr munmap 2 ,
.Xr setrlimit 2 ,