diff options
Diffstat (limited to 'lib/libc/sys/msync.2')
-rw-r--r-- | lib/libc/sys/msync.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index 88dd7f7..409dd08 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -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 |