diff options
-rw-r--r-- | share/man/man9/BUS_SETUP_INTR.9 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man9/BUS_SETUP_INTR.9 b/share/man/man9/BUS_SETUP_INTR.9 index 8e3805b..dc92dc90 100644 --- a/share/man/man9/BUS_SETUP_INTR.9 +++ b/share/man/man9/BUS_SETUP_INTR.9 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 01, 2007 +.Dd March 1, 2007 .Dt BUS_SETUP_INTR 9 .Os .Sh NAME @@ -37,19 +37,19 @@ .In sys/param.h .In sys/bus.h .Ft int -.Fo BUS_SETUP_INTR -.Fa "device_t dev" "device_t child" "struct resource *irq" "int flags" -.Fa "driver_filter_t *filter" "driver_intr_t *ithread" "void *arg" +.Fo BUS_SETUP_INTR +.Fa "device_t dev" "device_t child" "struct resource *irq" "int flags" +.Fa "driver_filter_t *filter" "driver_intr_t *ithread" "void *arg" .Fa "void **cookiep" .Fc .Ft int -.Fo bus_setup_intr -.Fa "device_t dev" "struct resource *r" "int flags" -.Fa "driver_filter_t filter" "driver_intr_t ithread" "void *arg" +.Fo bus_setup_intr +.Fa "device_t dev" "struct resource *r" "int flags" +.Fa "driver_filter_t filter" "driver_intr_t ithread" "void *arg" .Fa "void **cookiep" .Fc .Ft int -.Fo BUS_TEARDOWN_INTR +.Fo BUS_TEARDOWN_INTR .Fa "device_t dev" "device_t child" "struct resource *irq" "void *cookiep" .Fc .Ft int |