Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys mention MODULE_CLASS_SECMODEL



details:   https://anonhg.NetBSD.org/src/rev/418ae32b0ec9
branches:  trunk
changeset: 748544:418ae32b0ec9
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Mon Oct 26 20:43:37 2009 +0000

description:
mention MODULE_CLASS_SECMODEL

diffstat:

 lib/libc/sys/modctl.2 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ff759f673640 -r 418ae32b0ec9 lib/libc/sys/modctl.2
--- a/lib/libc/sys/modctl.2     Mon Oct 26 20:40:00 2009 +0000
+++ b/lib/libc/sys/modctl.2     Mon Oct 26 20:43:37 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: modctl.2,v 1.3 2009/10/26 20:40:00 jnemeth Exp $
+.\"    $NetBSD: modctl.2,v 1.4 2009/10/26 20:43:37 jnemeth Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -139,6 +139,8 @@
 .It Fa "modclass_t ms_class"
 One of the following enumerated constants:
 .Bl -tag -compact -width "MODULE_SOURCE_FILESYS"
+.It Dv MODULE_CLASS_SECMODEL
+Security model.
 .It Dv MODULE_CLASS_VFS
 File system.
 .It Dv MODULE_CLASS_DRIVER



Home | Main Index | Thread Index | Old Index