diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-30 21:13:32 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-30 21:13:32 +0000 |
commit | 3e1cee04f8b33031d7d2640344d5b93d45e21b8f (patch) | |
tree | 8d41dbf814083034fe68b357fd0e043a54498dd0 /share/man/man9/device_get_name.9 | |
parent | c94433875066ef93ba011f59ddfe2134914e9d40 (diff) |
Assorted mdoc(7) fixes.
Notes
Notes:
svn path=/head/; revision=115418
Diffstat (limited to 'share/man/man9/device_get_name.9')
-rw-r--r-- | share/man/man9/device_get_name.9 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man9/device_get_name.9 b/share/man/man9/device_get_name.9 index 6c64ecb2a2c9..811263589159 100644 --- a/share/man/man9/device_get_name.9 +++ b/share/man/man9/device_get_name.9 @@ -32,9 +32,8 @@ .Dt DEVICE_GET_NAME 9 .Os .Sh NAME -.Nm device_get_name -.Nm device_get_nameunit -.Nd access the name of a device's device class or instance. +.Nm device_get_name , device_get_nameunit +.Nd access the name of a device's device class or instance .Sh SYNOPSIS .In sys/param.h .In sys/bus.h @@ -43,11 +42,13 @@ .Ft int .Fn device_get_nameunit "device_t dev" .Sh DESCRIPTION +The .Fn device_get_name -Returns the name of the device's device class. +function returns the name of the device's device class. .Pp +The .Fn device_get_nameunit -Returns the name of the device's instance. +function returns the name of the device's instance. .Sh SEE ALSO .Xr device 9 .Sh AUTHORS |