mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix a copy and paste bug when this page was first written by copying from
BUS_BIND_INTR.9. MFC after: 1 week
This commit is contained in:
parent
de1f9ee234
commit
38295fe1ad
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 14, 2009
|
||||
.Dd December 9, 2015
|
||||
.Dt BUS_DESCRIBE_INTR 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
.In sys/param.h
|
||||
.In sys/bus.h
|
||||
.Ft int
|
||||
.Fo BUS_BIND_INTR
|
||||
.Fo BUS_DESCRIBE_INTR
|
||||
.Fa "device_t dev" "device_t child" "struct resource *irq" "void *cookie"
|
||||
.Fa "const char *descr"
|
||||
.Fc
|
||||
|
|
|
|||
Loading…
Reference in a new issue