diff options
Diffstat (limited to 'lib/libc/sys/msync.2')
| -rw-r--r-- | lib/libc/sys/msync.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index 388790f5838b..b1c3b3e3a8d8 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -40,6 +40,7 @@ .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <sys/mman.h> +.Ft int .Fn msync "caddr_t addr" "size_t len" "int flags" .Sh DESCRIPTION The @@ -84,9 +85,9 @@ is too large or negative. was both MS_ASYNC and MS_INVALIDATE. Only one of these flags is allowed. .Sh SEE ALSO .Xr madvise 2 , -.Xr munmap 2 , +.Xr mincore 2 , .Xr mprotect 2 , -.Xr mincore 2 +.Xr munmap 2 , .Sh HISTORY The .Fn msync |
