Module Name:    src
Committed By:   jruoho
Date:           Tue Oct 18 14:12:05 UTC 2011

Modified Files:
        src/share/man/man9: module.9

Log Message:
Note that manually loaded modules are not auto-unloaded.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/share/man/man9/module.9:1.28
--- src/share/man/man9/module.9:1.27	Sun Feb 13 16:50:16 2011
+++ src/share/man/man9/module.9	Tue Oct 18 14:12:04 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: module.9,v 1.27 2011/02/13 16:50:16 jym Exp $
+.\"	$NetBSD: module.9,v 1.28 2011/10/18 14:12:04 jruoho 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 February 13, 2011
+.Dd October 18, 2011
 .Dt MODULE 9
 .Os
 .Sh NAME
@@ -414,6 +414,9 @@ command in its
 routine, or use
 .Fn module_hold
 to increment its reference count.
+Note however that modules loaded manually with
+.Xr modload 8
+are never auto-unloaded.
 .El
 .Sh CODE REFERENCES
 The core of the kernel module implementation is in

Reply via email to