Use .Fn function_name.
MFC after: 3 days
This commit is contained in:
parent
1c8cfbe470
commit
56773f55d9
@ -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
|
||||
|
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user