summaryrefslogtreecommitdiffstats
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index ed10747..e3f8966 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -35,8 +35,9 @@ MAN= BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 \
device.9 device_add_child.9 device_delete_child.9 \
device_enable.9 device_find_child.9 device_get_children.9 \
device_get_devclass.9 device_get_driver.9 device_get_ivars.9 \
+ device_get_name.9 \
device_get_softc.9 device_get_state.9 device_get_unit.9 \
- device_ids.9 device_is_alive.9 device_is_attached.9 \
+ device_ids.9 \
device_probe_and_attach.9 device_quiet.9 device_set_desc.9 \
device_set_flags.9 devstat.9 devsw.9 devtoname.9 driver.9 \
domain.9 \
@@ -258,9 +259,11 @@ MLINKS+=zero_copy.9 zero_copy_sockets.9
MLINKS+=device_add_child.9 device_add_child_ordered.9
MLINKS+=device_enable.9 device_disable.9
MLINKS+=device_enable.9 device_is_enabled.9
+MLINKS+=device_get_name.9 device_get_nameunit.9
MLINKS+=device_get_state.9 device_busy.9
MLINKS+=device_get_state.9 device_unbusy.9
MLINKS+=device_get_state.9 device_is_alive.9
+MLINKS+=device_get_state.9 device_is_attached.9
MLINKS+=device_quiet.9 device_verbose.9
MLINKS+=device_quiet.9 device_is_quiet.9
MLINKS+=device_set_desc.9 device_get_desc.9
OpenPOWER on IntegriCloud