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:
parent
9154ee6aec
commit
39d11944d4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14326
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user