mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
f0ba8e211c
commit
878f9ca614
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue