1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14326
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