summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2003-01-20 21:15:03 +0000
committerchris <chris@FreeBSD.org>2003-01-20 21:15:03 +0000
commit43201d5a0d8487ba93490999d6fde9414b8ed842 (patch)
treef5697c6cb0bb72022cf18ba0e657fd9ab7e3604a
parent8e245d6a169e89cdac3ad43083e4a7013bd85336 (diff)
downloadFreeBSD-src-43201d5a0d8487ba93490999d6fde9414b8ed842.zip
FreeBSD-src-43201d5a0d8487ba93490999d6fde9414b8ed842.tar.gz
Properly mark up column lists. This does not affect output; I just had
the arguments to .Bl incorrect. Sponsored by: DARPA, Network Associates Laboratories
-rw-r--r--share/man/man4/mac_biba.46
-rw-r--r--share/man/man4/mac_lomac.42
-rw-r--r--share/man/man4/mac_mls.48
3 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/mac_biba.4 b/share/man/man4/mac_biba.4
index 36c8c9f..842c497 100644
--- a/share/man/man4/mac_biba.4
+++ b/share/man/man4/mac_biba.4
@@ -66,9 +66,9 @@ components, numbered from 0 to 255.
A complete label consists of both hierarchal and non-hierarchal elements.
.Pp
Three special label values exist:
-.Bl -column -offset indent ".Sy Label" ".Sy Comparison"
-.It Sy Label Ta Ta Sy Comparison
-.It Li biba/low Ta Ta Ta lower than all other labels
+.Bl -column -offset indent "biba/equal" "lower than all other labels"
+.It Sy Label Ta Sy Comparison
+.It Li biba/low Ta lower than all other labels
.It Li biba/equal Ta equal to all other labels
.It Li biba/high Ta higher than all other labels
.El
diff --git a/share/man/man4/mac_lomac.4 b/share/man/man4/mac_lomac.4
index ad9edbf..925e538 100644
--- a/share/man/man4/mac_lomac.4
+++ b/share/man/man4/mac_lomac.4
@@ -66,7 +66,7 @@ as a value between 0 and 65535,
with higher values reflecting higher integrity.
.Pp
Three special label component values exist:
-.Bl -column -offset indent ".Sy Label" ".Sy Comparison"
+.Bl -column -offset indent ".Sy Label" "dominated by all other labels"
.It Sy Label Ta Sy Comparison
.It Li low Ta dominated by all other labels
.It Li equal Ta equal to all other labels
diff --git a/share/man/man4/mac_mls.4 b/share/man/man4/mac_mls.4
index 6ecc192..f7a13ea 100644
--- a/share/man/man4/mac_mls.4
+++ b/share/man/man4/mac_mls.4
@@ -85,11 +85,11 @@ is defined as both labels being able to satisfy the dominance requirements
over one another.
.Pp
Three special label values exist:
-.Bl -column -offset indent ".Sy Label" ".Sy Comparison"
-.It Sy Label Ta Ta Sy Comparison
-.It Li mls/low Ta Ta dominated by all other labels
+.Bl -column -offset indent "mls/equal" "dominated by all other labels"
+.It Sy Label Ta Sy Comparison
+.It Li mls/low Ta dominated by all other labels
.It Li mls/equal Ta equal to all other labels
-.It Li mls/high Ta Ta dominates all other labels
+.It Li mls/high Ta dominates all other labels
.El
.Pp
The MLS model enforces the following basic restrictions:
OpenPOWER on IntegriCloud