summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2005-04-09 18:38:54 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2005-04-09 18:38:54 +0000
commitc5e1d51bcd8d43ecbf24d68ac96885c576128181 (patch)
treea9930a32d6d565eecac7609a2967249b6fa47ab8
parent85a4f4d52763e14c1537bc4a48779b18bbc436e0 (diff)
Notes
-rw-r--r--share/man/man9/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 3783259af8d9..f907139431eb 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -416,6 +416,20 @@ MLINKS+=critical_enter.9 cpu_critical_enter.9 \
critical_enter.9 cpu_critical_exit.9 \
critical_enter.9 critical_exit.9 \
critical_enter.9 critical.9
+MLINKS+=crypto.9 crypto_get_driverid.9 \
+ crypto.9 crypto_register.9 \
+ crypto.9 crypto_kregister.9 \
+ crypto.9 crypto_unregister.9 \
+ crypto.9 crypto_unregister_all.9 \
+ crypto.9 crypto_done.9 \
+ crypto.9 crypto_kdone.9 \
+ crypto.9 crypto_newsession.9 \
+ crypto.9 crypto_freesession.9 \
+ crypto.9 crypto_dispatch.9 \
+ crypto.9 crypto_kdispatch.9 \
+ crypto.9 crypto_unblock.9 \
+ crypto.9 crypto_getreq.9 \
+ crypto.9 crypto_freereq.9
MLINKS+=devclass_add_driver.9 devclass_delete_driver.9 \
devclass_add_driver.9 devclass_find_driver.9
MLINKS+=device_add_child.9 device_add_child_ordered.9