summaryrefslogtreecommitdiffstats
path: root/share/man/man9/BUS_PRINT_CHILD.9
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-06 17:11:56 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-06 17:11:56 +0000
commit09400f2d0928602100137d6a9042172aa76cdbe7 (patch)
treefc4cae0d532fc88d4dfc2e15029c4ffee05f7b0c /share/man/man9/BUS_PRINT_CHILD.9
parent7eafabc24169a727f3a66dfbdb6baedc040fc7ae (diff)
downloadFreeBSD-src-09400f2d0928602100137d6a9042172aa76cdbe7.zip
FreeBSD-src-09400f2d0928602100137d6a9042172aa76cdbe7.tar.gz
Use .Fn function_name.
MFC after: 3 days
Diffstat (limited to 'share/man/man9/BUS_PRINT_CHILD.9')
-rw-r--r--share/man/man9/BUS_PRINT_CHILD.910
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man9/BUS_PRINT_CHILD.9 b/share/man/man9/BUS_PRINT_CHILD.9
index 483db02..9601466 100644
--- a/share/man/man9/BUS_PRINT_CHILD.9
+++ b/share/man/man9/BUS_PRINT_CHILD.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 16, 1998
+.Dd January 6, 2005
.Dt BUS_PRINT_CHILD 9
.Os
.Sh NAME
@@ -40,7 +40,10 @@
.Ft int
.Fn BUS_PRINT_CHILD "device_t dev" "device_t child"
.Sh DESCRIPTION
-This is called from system code which prints out a description of a
+The
+.Fn BUS_PRINT_CHILD
+method
+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.
@@ -49,7 +52,8 @@ device is attached to.
Please see
.Xr bus_generic_print_child 9
for more information regarding the proper formatting of the messages
-printed by BUS_PRINT_CHILD.
+printed by
+.Fn BUS_PRINT_CHILD .
.Sh SEE ALSO
.Xr device 9 ,
.Xr driver 9
OpenPOWER on IntegriCloud