From ca5195cb7aab3764d02a080b00d108494c6324a4 Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Mon, 10 Jul 2006 20:51:30 +0000 Subject: [PATCH] The TrustedBSD MAC Framework is documented in the Architecture handbook, not in the Developers handbook. Submitted by: Samy Al Bahra --- share/man/man9/mac.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/mac.9 b/share/man/man9/mac.9 index a333e4dc1ad..29df0bdcdfd 100644 --- a/share/man/man9/mac.9 +++ b/share/man/man9/mac.9 @@ -33,7 +33,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 16, 2002 +.Dd July 10, 2006 .Dt MAC 9 .Os .Sh NAME @@ -172,8 +172,8 @@ for information on the MAC Framework APIs. .Xr vaccess_acl_posix1e 9 , .Xr VFS 9 .Rs -.%T "The FreeBSD Developers' Handbook" -.%O "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/" +.%T "The FreeBSD Architecture Handbook" +.%O "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/arch-handbook/" .Re .Sh HISTORY The