diff options
author | ru <ru@FreeBSD.org> | 2007-03-01 14:33:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2007-03-01 14:33:29 +0000 |
commit | 5ec36bb996cdf34a7dd2fbbdd0cc27b383bd7557 (patch) | |
tree | d2bfebd622bd22539cc80bfac97f944683124a4c | |
parent | 5b0899cab632e28032b4debca6bc651077e4f3eb (diff) | |
download | FreeBSD-src-5ec36bb996cdf34a7dd2fbbdd0cc27b383bd7557.zip FreeBSD-src-5ec36bb996cdf34a7dd2fbbdd0cc27b383bd7557.tar.gz |
Remove trailing spaces and make the date canonical.
-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 |