Document the int -> size_t change to the m* syscalls

This commit is contained in:
Peter Wemm 1996-03-02 17:34:28 +00:00
parent 9154ee6aec
commit 39d11944d4
4 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/mman.h>
.Fn madvise "caddr_t addr" "int len" "int behav"
.Fn madvise "caddr_t addr" "size_t len" "int behav"
.Sh DESCRIPTION
The
.Fn madvise

View file

@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/mman.h>
.Fn mincore "caddr_t addr" "int len" "char *vec"
.Fn mincore "caddr_t addr" "size_t len" "char *vec"
.Sh DESCRIPTION
The
.Fn mincore

View file

@ -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

View file

@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/mman.h>
.Fn msync "caddr_t addr" "int len" "int flags"
.Fn msync "caddr_t addr" "size_t len" "int flags"
.Sh DESCRIPTION
The
.Fn msync