summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mprotect.2
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-03-02 17:34:28 +0000
committerpeter <peter@FreeBSD.org>1996-03-02 17:34:28 +0000
commitb8de61845f4d15a5eb54b2dc9d9f69a41bf5307d (patch)
treed8a98eb355f76407ef924406f4057bd5635aa5cf /lib/libc/sys/mprotect.2
parent7a5076f346d4f85104eeeee674b8cd1c870728de (diff)
downloadFreeBSD-src-b8de61845f4d15a5eb54b2dc9d9f69a41bf5307d.zip
FreeBSD-src-b8de61845f4d15a5eb54b2dc9d9f69a41bf5307d.tar.gz
Document the int -> size_t change to the m* syscalls
Diffstat (limited to 'lib/libc/sys/mprotect.2')
-rw-r--r--lib/libc/sys/mprotect.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mprotect.2 b/lib/libc/sys/mprotect.2
index c0ad2df..4ddd65d 100644
--- a/lib/libc/sys/mprotect.2
+++ b/lib/libc/sys/mprotect.2
@@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/mman.h>
-.Fn mprotect "caddr_t addr" "int len" "int prot"
+.Fn mprotect "caddr_t addr" "size_t len" "int prot"
.Sh DESCRIPTION
The
.Fn mprotect
OpenPOWER on IntegriCloud