Replace a manual.section file reference with a proper mdoc(7) .Xr

reference.

PR:		18625
Submitted by:	Alexander Langer <alex@cichlids.com>
This commit is contained in:
Chris Costello 2000-05-18 00:20:55 +00:00
parent f0ba8e211c
commit 878f9ca614

View file

@ -46,8 +46,10 @@ This is called from system code which prints out a description of a
device. It should describe the attachment that the child has with
the parent. For instance the TurboLaser bus prints which node the
device is attached to.
Please see bus_generic_print_child.9 for more information regarding
the proper formatting of the messages printed by BUS_PRINT_CHILD.
Please see
.Xr bus_generic_print_child 9
for more information regarding the proper formatting of the messages
printed by BUS_PRINT_CHILD.
.Sh SEE ALSO
.Xr device 9 ,
.Xr driver 9