diff options
author | Chris Costello <chris@FreeBSD.org> | 2002-12-12 22:17:44 +0000 |
---|---|---|
committer | Chris Costello <chris@FreeBSD.org> | 2002-12-12 22:17:44 +0000 |
commit | 12cfff2842a8199c348ca06b404ea63badc19b67 (patch) | |
tree | 2422934bbab45f9d458347740588ce93a7d1d0de | |
parent | 77ae814e61db2bc89be2d737247ba8d4d4bf36dd (diff) |
Add and fix cross-references.
Prompted by: rwatson, dcs
Sponsored by: DARPA, Network Associates Labs
Notes
Notes:
svn path=/head/; revision=107795
-rw-r--r-- | share/man/man4/mac_biba.4 | 2 | ||||
-rw-r--r-- | share/man/man7/maclabel.7 | 16 | ||||
-rw-r--r-- | 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 ca645f9c92a3..366cec2a7aa7 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 9bd896a786a7..b330b9cd3244 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 71a5c6e425b8..0e59e364a062 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 , |