aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-05-23 22:11:20 +0000
committerWarner Losh <imp@FreeBSD.org>2006-05-23 22:11:20 +0000
commit9f14302d3ced3f5c67fc4a3da87451f030c508af (patch)
tree3d5d98c5d72bfdb601510c253a0e60b03d903bc0 /share/man/man9/Makefile
parent6d0699a5ba8d92e0826eb71f98881d6c849db1b3 (diff)
downloadsrc-9f14302d3ced3f5c67fc4a3da87451f030c508af.tar.gz
src-9f14302d3ced3f5c67fc4a3da87451f030c508af.zip
Add a stub man page for device_get_sysctl{_ctx,tree}. Needs some
work, but is better than nothing. Any help appreciated.
Notes
Notes: svn path=/head/; revision=158861
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 5a8d27ba8acb..e4e606168498 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -72,6 +72,7 @@ MAN= accept_filter.9 \
device_get_parent.9 \
device_get_softc.9 \
device_get_state.9 \
+ device_get_sysctl.9 \
device_get_unit.9 \
DEVICE_IDENTIFY.9 \
device_ids.9 \
@@ -529,6 +530,8 @@ MLINKS+=device_get_state.9 device_busy.9 \
device_get_state.9 device_is_alive.9 \
device_get_state.9 device_is_attached.9 \
device_get_state.9 device_unbusy.9
+MLINKS+=device_get_sysctl.9 device_get_sysctl_ctx.9 \
+ device_get_sysctl.9 device_get_sysctl_tree.9
MLINKS+=device_ids.9 major.9 \
device_ids.9 minor.9 \
device_ids.9 umajor.9 \