diff options
author | njl <njl@FreeBSD.org> | 2005-04-07 17:27:14 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2005-04-07 17:27:14 +0000 |
commit | 0add27a8f02cd1cdc8a9314263fcab5dc3d5516b (patch) | |
tree | 6025e939988503d43c95d253015d7a91ca2c5ce3 | |
parent | 80da76bc5041a75d882110b83cf10ca98ce646b8 (diff) | |
download | FreeBSD-src-0add27a8f02cd1cdc8a9314263fcab5dc3d5516b.zip FreeBSD-src-0add27a8f02cd1cdc8a9314263fcab5dc3d5516b.tar.gz |
Hook up new man page for devclass_get_drivers() to build
Reminded by: ru
-rw-r--r-- | share/man/man9/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 1896fe8..3783259 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -51,6 +51,7 @@ MAN= accept_filter.9 \ devclass_find.9 \ devclass_get_device.9 \ devclass_get_devices.9 \ + devclass_get_drivers.9 \ devclass_get_maxunit.9 \ devclass_get_name.9 \ devclass_get_softc.9 \ |