1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-24 16:10:11 +00:00

Add references to the various DEVICE_*(9) manpages, otherwise people

don't even know about these.
This commit is contained in:
Alexander Langer 2001-03-10 19:42:26 +00:00
parent 448be9f93c
commit 66abaf8210
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74085

View File

@ -100,7 +100,12 @@ arguments.
.Sh SEE ALSO
.Xr DRIVER_MODULE 9 ,
.Xr devclass 9 ,
.Xr device 9
.Xr device 9 ,
.Xr DEVICE_ATTACH 9 ,
.Xr DEVICE_DETACH 9 ,
.Xr DEVICE_IDENTIFY 9 ,
.Xr DEVICE_PROBE 9 ,
.Xr DEVICE_SHUTDOWN 9
.Sh AUTHORS
This man page was written by
.An Doug Rabson .