diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-11-24 18:03:52 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-11-24 18:03:52 +0000 |
commit | b8ce76bac017042a804ba9feeca94a34bf0d5b87 (patch) | |
tree | e99d67aa278b1e027930e46937c2ef8d5f147dca /share | |
parent | 00db5ac668a23296484b1f5de865bcf8360b479f (diff) | |
download | FreeBSD-src-b8ce76bac017042a804ba9feeca94a34bf0d5b87.zip FreeBSD-src-b8ce76bac017042a804ba9feeca94a34bf0d5b87.tar.gz |
Link critical_enter.9 to critical.9 to make it easier to find.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/Makefile | 3 |
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 |