summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-11-24 18:03:52 +0000
committerrwatson <rwatson@FreeBSD.org>2004-11-24 18:03:52 +0000
commitb8ce76bac017042a804ba9feeca94a34bf0d5b87 (patch)
treee99d67aa278b1e027930e46937c2ef8d5f147dca
parent00db5ac668a23296484b1f5de865bcf8360b479f (diff)
downloadFreeBSD-src-b8ce76bac017042a804ba9feeca94a34bf0d5b87.zip
FreeBSD-src-b8ce76bac017042a804ba9feeca94a34bf0d5b87.tar.gz
Link critical_enter.9 to critical.9 to make it easier to find.
-rw-r--r--share/man/man9/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 3de0993..e585092 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -412,7 +412,8 @@ MLINKS+=copy.9 copyin.9 \
copy.9 copystr.9
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_exit.9 \
+ critical_enter.9 critical.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