Module Name: src Committed By: jnemeth Date: Wed Aug 25 06:45:36 UTC 2010
Modified Files: src/share/man/man9: module.9 Log Message: note that MODULE_CLASS_SECMODEL is also automatically deregistered when being unloaded To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/module.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/module.9 diff -u src/share/man/man9/module.9:1.20 src/share/man/man9/module.9:1.21 --- src/share/man/man9/module.9:1.20 Tue Aug 24 05:34:15 2010 +++ src/share/man/man9/module.9 Wed Aug 25 06:45:35 2010 @@ -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