diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-13 21:11:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-13 21:11:33 +0000 |
| commit | 1fe82dfebfc2b38fd0a7b56b355705ca954a1612 (patch) | |
| tree | 93c3e7fc2e394c301403851e9238804875df4e5b /lib/libc | |
| parent | 25292acb24bde0a298b72cef64c7ea951e77c9f3 (diff) | |
Notes
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 |
