diff options
author | thompsa <thompsa@FreeBSD.org> | 2007-05-13 22:56:58 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2007-05-13 22:56:58 +0000 |
commit | 9904d9b5eccb159736b27df757eb7987f6864e65 (patch) | |
tree | 4935fd92709d0b02069d46d486ac6e7bdd935c2b /share | |
parent | 97ae8d65064f09cc003c1dfe3c026c12171f3974 (diff) | |
download | FreeBSD-src-9904d9b5eccb159736b27df757eb7987f6864e65.zip FreeBSD-src-9904d9b5eccb159736b27df757eb7987f6864e65.tar.gz |
Link the defunct MUTEX_PROFILING option to LOCK_PROFILING.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 3830076..45d278f 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -707,6 +707,7 @@ MLINKS+=lock.9 lockcount.9 \ lock.9 lockmgr.9 \ lock.9 lockmgr_printinfo.9 \ lock.9 lockstatus.9 +MLINKS+=LOCK_PROFILING.9 MUTEX_PROFILING.9 MLINKS+=make_dev.9 destroy_dev.9 \ make_dev.9 dev_depends.9 \ make_dev.9 make_dev_alias.9 |