Fix mdoc (Lt -> Gt).

This commit is contained in:
elad 2007-01-31 10:39:40 +00:00
parent cc56e04922
commit 9d00fe4640
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: secmodel.9,v 1.7 2007/01/09 12:49:36 elad Exp $
.\" $NetBSD: secmodel.9,v 1.8 2007/01/31 10:39:40 elad Exp $
.\"
.\" Copyright (c) 2006 Elad Efrat <elad@NetBSD.org>
.\" All rights reserved.
@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd September 19, 2006
.Dd January 31, 2007
.Dt SECMODEL 9
.Os
.Sh NAME
@ -161,7 +161,7 @@ as a mandatory "name" variable, indicating a descriptive human-readable
name for the model.
.It
Optionally, internal data-structures used by the model. These must all
be prefixed with "secmodel_\*[Lt]model\*[Lt]_".
be prefixed with "secmodel_\*[Lt]model\*[Gt]_".
.It
A set of listeners, attached to various scopes, used to enforce the policy
the model intends to implement.