From 09400f2d0928602100137d6a9042172aa76cdbe7 Mon Sep 17 00:00:00 2001 From: keramida Date: Thu, 6 Jan 2005 17:11:56 +0000 Subject: Use .Fn function_name. MFC after: 3 days --- share/man/man9/BUS_PRINT_CHILD.9 | 10 +++++++--- share/man/man9/BUS_SETUP_INTR.9 | 15 ++++++++++----- 2 files changed, 17 insertions(+), 8 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 diff --git a/share/man/man9/BUS_SETUP_INTR.9 b/share/man/man9/BUS_SETUP_INTR.9 index 9310038..6aa5099 100644 --- a/share/man/man9/BUS_SETUP_INTR.9 +++ b/share/man/man9/BUS_SETUP_INTR.9 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 28, 2003 +.Dd January 6, 2005 .Dt BUS_SETUP_INTR 9 .Os .Sh NAME @@ -45,8 +45,9 @@ .Ft int .Fn bus_teardown_intr "device_t dev" "struct resource *r" "void *cookiep" .Sh DESCRIPTION -The method -.Nm +The +.Fn BUS_SETUP_INTR +method will create and attach an interrupt handler to an interrupt previously allocated by the resource manager's .Xr BUS_ALLOC_RESOURCE 9 @@ -89,7 +90,7 @@ The argument is a pointer to a .Vt "void *" that -.Nm +.Fn BUS_SETUP_INTR will write a cookie for the parent bus' use to if it is successful in establishing an interrupt. Driver writers may assume that this cookie will be non-zero. @@ -119,6 +120,10 @@ otherwise an appropriate error is returned. This manual page was written by .An Jeroen Ruigrok van der Werven .Aq asmodai@FreeBSD.org -based on the manual pages for BUS_CREATE_INTR and BUS_CONNECT_INTR written by +based on the manual pages for +.Fn BUS_CREATE_INTR +and +.Fn BUS_CONNECT_INTR +written by .An Doug Rabson .Aq dfr@FreeBSD.org . -- cgit v1.1