From 878f9ca6149c5248e43329aa93cb6eda701a41d6 Mon Sep 17 00:00:00 2001 From: Chris Costello Date: Thu, 18 May 2000 00:20:55 +0000 Subject: [PATCH] Replace a manual.section file reference with a proper mdoc(7) .Xr reference. PR: 18625 Submitted by: Alexander Langer --- share/man/man9/BUS_PRINT_CHILD.9 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man9/BUS_PRINT_CHILD.9 b/share/man/man9/BUS_PRINT_CHILD.9 index 3fd8a8fc665..d05500291f0 100644 --- a/share/man/man9/BUS_PRINT_CHILD.9 +++ b/share/man/man9/BUS_PRINT_CHILD.9 @@ -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