From 12cfff2842a8199c348ca06b404ea63badc19b67 Mon Sep 17 00:00:00 2001 From: Chris Costello Date: Thu, 12 Dec 2002 22:17:44 +0000 Subject: [PATCH] Add and fix cross-references. Prompted by: rwatson, dcs Sponsored by: DARPA, Network Associates Labs --- share/man/man4/mac_biba.4 | 2 +- share/man/man7/maclabel.7 | 16 +++++++++++++++- share/man/man9/mac.9 | 8 ++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/share/man/man4/mac_biba.4 b/share/man/man4/mac_biba.4 index ca645f9c92a..366cec2a7aa 100644 --- a/share/man/man4/mac_biba.4 +++ b/share/man/man4/mac_biba.4 @@ -174,7 +174,7 @@ information. Multi-Level Security (MLS) protects the confentiality, rather than the integrity, of subjects and objects. .Sh SEE ALSO -.Xr LOMAC 4 , +.Xr lomac 4 , .Xr mac_bsdextended 4 , .Xr mac_ifoff 4 , .Xr mac_mls 4 , diff --git a/share/man/man7/maclabel.7 b/share/man/man7/maclabel.7 index 9bd896a786a..b330b9cd324 100644 --- a/share/man/man7/maclabel.7 +++ b/share/man/man7/maclabel.7 @@ -68,7 +68,21 @@ For example: .Sh SEE ALSO .Xr mac 3 , .Xr posix1e 3 , -.Xr mac 9 +.Xr mac_biba 4 , +.Xr mac_bsdextended 4 , +.Xr mac_ifoff 4 , +.Xr mac_mls 4 , +.Xr mac_none 4 , +.Xr mac_partition 4 , +.Xr mac_seeotheruids 4 , +.Xr mac_test 4 , +.Xr login.conf 5 , +.Xr ifconfig 8 , +.Xr getfmac 8 , +.Xr getpmac 8 , +.Xr setfmac 8 , +.Xr setpmac 8 , +.Xr mac 9 , .Sh HISTORY MAC first appeared in .Fx 5.0 . diff --git a/share/man/man9/mac.9 b/share/man/man9/mac.9 index 71a5c6e425b..0e59e364a06 100644 --- a/share/man/man9/mac.9 +++ b/share/man/man9/mac.9 @@ -160,6 +160,14 @@ for information on the MAC Framework APIs. .Xr mac 3 , .Xr posix1e 3 , .Xr lomac 4 , +.Xr mac_biba 4 , +.Xr mac_bsdextended 4 , +.Xr mac_ifoff 4 , +.Xr mac_mls 4 , +.Xr mac_none 4 , +.Xr mac_partition 4 , +.Xr mac_seeotheruids 4 , +.Xr mac_test 4 , .Xr ucred 9 , .Xr vaccess 9 , .Xr vaccess_acl_posix1e 9 ,