summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-03-13 21:11:33 +0000
committerBruce Evans <bde@FreeBSD.org>1997-03-13 21:11:33 +0000
commit1fe82dfebfc2b38fd0a7b56b355705ca954a1612 (patch)
tree93c3e7fc2e394c301403851e9238804875df4e5b /lib/libc
parent25292acb24bde0a298b72cef64c7ea951e77c9f3 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mount.22
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