diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/mount.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 41948b8b7437..e42b8ff7455f 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -42,7 +42,7 @@ .Fd #include <sys/param.h> .Fd #include <sys/mount.h> .Ft int -.Fn mount "int type" "const char *dir" "int flags" "caddr_t data" +.Fn mount "const char *name" "const char *dir" "int flags" "void *data" .Ft int .Fn unmount "const char *dir" "int flags" .Sh DESCRIPTION |
