From e401f537925f80ee448b12ccf4807a75db462fc6 Mon Sep 17 00:00:00 2001 From: pjd Date: Sat, 9 Apr 2005 18:38:54 +0000 Subject: Create links to crypto.9 for every crypto(9) function. OK'ed by: sam MFC after: 2 weeks --- share/man/man9/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'share') 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 -- cgit v1.1