Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 note that MODULE_CLASS_SECMODEL is also autom...



details:   https://anonhg.NetBSD.org/src/rev/6af623ca712f
branches:  trunk
changeset: 757315:6af623ca712f
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Wed Aug 25 06:45:35 2010 +0000

description:
note that MODULE_CLASS_SECMODEL is also automatically deregistered when being unloaded

diffstat:

 share/man/man9/module.9 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 04c552caf94e -r 6af623ca712f share/man/man9/module.9
--- a/share/man/man9/module.9   Wed Aug 25 05:07:43 2010 +0000
+++ b/share/man/man9/module.9   Wed Aug 25 06:45:35 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: module.9,v 1.20 2010/08/24 05:34:15 jruoho Exp $
+.\"    $NetBSD: module.9,v 1.21 2010/08/25 06:45:35 jnemeth Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 24, 2010
+.Dd August 25, 2010
 .Dt MODULE 9
 .Os
 .Sh NAME
@@ -239,7 +239,9 @@
 .Dv MODULE_CLASS_SECMODEL
 are automatically registered with
 .Fn secmodel_register
-after being successfully loaded.
+after being successfully loaded, and automatically deregistered with
+.Fn secmodel_deregister
+when being unloaded.
 .Pp
 The
 .Fn module_load



Home | Main Index | Thread Index | Old Index