diff options
author | ru <ru@FreeBSD.org> | 2001-03-12 10:15:03 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-12 10:15:03 +0000 |
commit | 2833cfc211ddea931a242764fd58c92128d862a9 (patch) | |
tree | e8667a805345e821fd9c1dfdf0416e109cbe4e12 /share/man/man9/make_dev.9 | |
parent | eae0e490e3125a2cc5bf81be0c59969ba6eababf (diff) | |
download | FreeBSD-src-2833cfc211ddea931a242764fd58c92128d862a9.zip FreeBSD-src-2833cfc211ddea931a242764fd58c92128d862a9.tar.gz |
mdoc(7) police:
removed hard sentence breaks, use Ft for function return type.
Diffstat (limited to 'share/man/man9/make_dev.9')
-rw-r--r-- | share/man/man9/make_dev.9 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man9/make_dev.9 b/share/man/man9/make_dev.9 index c4df140..13a6811 100644 --- a/share/man/man9/make_dev.9 +++ b/share/man/man9/make_dev.9 @@ -84,10 +84,11 @@ are defined in The .Fn make_dev_alias function takes the returned -.Fa dev_t +.Ft dev_t from .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 prior to calling .Fn make_dev . @@ -98,7 +99,8 @@ function takes the returned .Fa dev_t from .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 on devices that were created with .Fn make_dev_alias . |