match w/ prototype...

MFC after:	3 days
This commit is contained in:
jmg 2006-05-08 04:25:35 +00:00
parent cf30903aaf
commit 87a18c121f

View File

@ -41,7 +41,7 @@ and DEVFS registration for devices
.Ft struct cdev *
.Fn make_dev "struct cdevsw *cdevsw" "int minor" "uid_t uid" "gid_t gid" "int perms" "const char *fmt" ...
.Ft struct cdev *
.Fn make_dev_alias "struct cdev pdev" "const char *fmt" ...
.Fn make_dev_alias "struct cdev *pdev" "const char *fmt" ...
.Ft void
.Fn destroy_dev "struct cdev *dev"
.Ft void