diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-03-02 17:34:28 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-03-02 17:34:28 +0000 |
| commit | 39d11944d4d1ae459ef9f3c3cb6558f66827ae88 (patch) | |
| tree | d8a98eb355f76407ef924406f4057bd5635aa5cf /lib/libc/sys/msync.2 | |
| parent | 9154ee6aec72444af488346f66c22170e655e406 (diff) | |
Notes
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 88dd7f79fae7..409dd08b35a2 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 |
