mdoc(7) police:
removed hard sentence breaks, use Ft for function return type.
This commit is contained in:
parent
0048d07db2
commit
edf0984dae
@ -84,10 +84,11 @@ are defined in
|
|||||||
The
|
The
|
||||||
.Fn make_dev_alias
|
.Fn make_dev_alias
|
||||||
function takes the returned
|
function takes the returned
|
||||||
.Fa dev_t
|
.Ft dev_t
|
||||||
from
|
from
|
||||||
.Fn make_dev
|
.Fn make_dev
|
||||||
and makes another (aliased) name for this device. It is an error to call
|
and makes another (aliased) name for this device.
|
||||||
|
It is an error to call
|
||||||
.Fn make_dev_alias
|
.Fn make_dev_alias
|
||||||
prior to calling
|
prior to calling
|
||||||
.Fn make_dev .
|
.Fn make_dev .
|
||||||
@ -98,7 +99,8 @@ function takes the returned
|
|||||||
.Fa dev_t
|
.Fa dev_t
|
||||||
from
|
from
|
||||||
.Fn make_dev
|
.Fn make_dev
|
||||||
and destroys the registration for that device. Do not call
|
and destroys the registration for that device.
|
||||||
|
Do not call
|
||||||
.Fn destroy_dev
|
.Fn destroy_dev
|
||||||
on devices that were created with
|
on devices that were created with
|
||||||
.Fn make_dev_alias .
|
.Fn make_dev_alias .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user