git: 0449bc249b78 - main - mac(9): update SEE ALSO
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jun 2023 20:31:39 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=0449bc249b78a8c85afe375e581432351f90427d commit 0449bc249b78a8c85afe375e581432351f90427d Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2023-06-12 18:59:00 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2023-06-12 20:31:09 +0000 mac(9): update SEE ALSO Rather than maintaining an incomplete list of MAC modules references, just reference mac(4), where such a list can be found. Reviewed by: Mina Galić <freebsd@igalic.co> Reviewed by: Pau Amma <pauamma@gundo.com> MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40485 --- share/man/man9/mac.9 | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/share/man/man9/mac.9 b/share/man/man9/mac.9 index 91b1aef88c94..785f910005b0 100644 --- a/share/man/man9/mac.9 +++ b/share/man/man9/mac.9 @@ -150,16 +150,7 @@ for information on the MAC Framework APIs. .Xr acl 3 , .Xr mac 3 , .Xr posix1e 3 , -.Xr mac_biba 4 , -.Xr mac_bsdextended 4 , -.Xr mac_ddb 4 , -.Xr mac_ifoff 4 , -.Xr mac_lomac 4 , -.Xr mac_mls 4 , -.Xr mac_none 4 , -.Xr mac_partition 4 , -.Xr mac_seeotheruids 4 , -.Xr mac_test 4 , +.Xr mac 4 , .Xr ucred 9 , .Xr vaccess 9 , .Xr vaccess_acl_posix1e 9 ,