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 manually loaded modules are not aut...



details:   https://anonhg.NetBSD.org/src/rev/07219e8c7e96
branches:  trunk
changeset: 770474:07219e8c7e96
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Oct 18 14:12:04 2011 +0000

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

diffstat:

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

diffs (28 lines):

diff -r 8a5d9c3ffdce -r 07219e8c7e96 share/man/man9/module.9
--- a/share/man/man9/module.9   Tue Oct 18 12:42:19 2011 +0000
+++ b/share/man/man9/module.9   Tue Oct 18 14:12:04 2011 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index