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 dcb4f700e0ce8..4f4fc6a3ac4e1 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -41,7 +41,7 @@ .Fd #include <sys/types.h> .Fd #include <sys/mman.h> .Ft int -.Fn msync "caddr_t addr" "size_t len" "int flags" +.Fn msync "void *addr" "size_t len" "int flags" .Sh DESCRIPTION The .Fn msync |
