summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-04-09 18:38:54 +0000
committerpjd <pjd@FreeBSD.org>2005-04-09 18:38:54 +0000
commite401f537925f80ee448b12ccf4807a75db462fc6 (patch)
treea9930a32d6d565eecac7609a2967249b6fa47ab8 /share
parent69abb3fc4e3dff5896adca6268e4a89478c5e4da (diff)
downloadFreeBSD-src-e401f537925f80ee448b12ccf4807a75db462fc6.zip
FreeBSD-src-e401f537925f80ee448b12ccf4807a75db462fc6.tar.gz
Create links to crypto.9 for every crypto(9) function.
OK'ed by: sam MFC after: 2 weeks
Diffstat (limited to 'share')
-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 3783259..f907139 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
OpenPOWER on IntegriCloud