Updated prototype for mount() to match Lite2 reality for the 1st arg
and Lite1 or earlier reality for the 4th arg.
This commit is contained in:
parent
25292acb24
commit
1fe82dfebf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user