diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-24 05:18:41 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-24 05:18:41 +0000 |
| commit | 09d0a77ccdf342693e90cd99f796437843695d08 (patch) | |
| tree | 62a669b04316fc986f5a110ecfe9bdbac3f18c97 | |
| parent | 4166dd7a7b7bb21cf77396bfe33b1835910da617 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 042bf5e4a0e1..70d98eec17ee 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ MAN= BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 \ - BUF_TIMELOCK.9 BUF_UNLOCK.9 BUS_PRINT_CHILD.9 BUS_READ_IVAR.9 \ - BUS_SETUP_INTR.9 \ + BUF_TIMELOCK.9 BUF_UNLOCK.9 BUS_CONFIG_INTR.9 BUS_PRINT_CHILD.9 \ + BUS_READ_IVAR.9 BUS_SETUP_INTR.9 \ DECLARE_MODULE.9 DELAY.9 DEVICE_ATTACH.9 DEVICE_DETACH.9 \ DEVICE_IDENTIFY.9 DEVICE_PROBE.9 DEVICE_SHUTDOWN.9 \ DEV_MODULE.9 DRIVER_MODULE.9 \ |
