diff options
author | chris <chris@FreeBSD.org> | 2002-11-20 22:28:20 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2002-11-20 22:28:20 +0000 |
commit | 97980d0d57dd5c2944c5f3306726610a3a1b6e51 (patch) | |
tree | 432f9f7542c4d36397cd2e8c98b91d2261817746 /share | |
parent | bd18d4a0537e9d2b9a21150e755b758c6b2edc7d (diff) | |
download | FreeBSD-src-97980d0d57dd5c2944c5f3306726610a3a1b6e51.zip FreeBSD-src-97980d0d57dd5c2944c5f3306726610a3a1b6e51.tar.gz |
Activate mac_biba.9
Approved by: re
Sponsored by: DARPA, Network Associates Labs
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index e4900d4..c3500be 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -48,7 +48,7 @@ MAN= BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 \ jumbo.9 \ kernacc.9 kobj.9 kthread.9 ktr.9 \ lock.9 \ - mac.9 mac_bsdextended.9 \ + mac.9 mac_biba.9 mac_bsdextended.9 \ make_dev.9 malloc.9 mbchain.9 mbuf.9 mdchain.9 \ mi_switch.9 microseq.9 microtime.9 microuptime.9 \ module.9 mtx_pool.9 mutex.9 \ |