summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mprotect.2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-14 20:56:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-14 20:56:14 +0000
commit2e388ac3c6d30ff7e57718ef0038a94f60566c83 (patch)
tree139930b29dd865b0105e4d51538980057548c012 /lib/libc/sys/mprotect.2
parentd1c0f4b9b4a1359d908d580975069894c630d0e7 (diff)
convert to void *addr
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 4870751bbc1..2c0662a75a5 100644
--- a/lib/libc/sys/mprotect.2
+++ b/lib/libc/sys/mprotect.2
@@ -43,7 +43,7 @@
.Fd #include <sys/types.h>
.Fd #include <sys/mman.h>
.Ft int
-.Fn mprotect "caddr_t addr" "size_t len" "int prot"
+.Fn mprotect "void *addr" "size_t len" "int prot"
.Sh DESCRIPTION
The
.Fn mprotect