diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-07 17:20:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-07 17:20:49 +0000 |
commit | cd5ebec1be2b2a34afa54608db531e67f6194c8c (patch) | |
tree | 5bde3663f17d524005521fb3162b8e571fec413e /lib/libc/sys/mlock.2 | |
parent | e321ca862ddde2834d4e557e7c13f40fd6ed383f (diff) |
add minherit() system call
Diffstat (limited to 'lib/libc/sys/mlock.2')
-rw-r--r-- | lib/libc/sys/mlock.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2 index 135232bb1fc..be33648c592 100644 --- a/lib/libc/sys/mlock.2 +++ b/lib/libc/sys/mlock.2 @@ -135,6 +135,7 @@ Some portion of the indicated address range is not locked. .Sh "SEE ALSO" .Xr fork 2 , .Xr mincore 2 , +.Xr minherit 2 , .Xr mmap 2 , .Xr munmap 2 , .Xr setrlimit 2 , |