match w/ prototype...
MFC after: 3 days
This commit is contained in:
parent
cf30903aaf
commit
87a18c121f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user