Module Name:    src
Committed By:   jym
Date:           Sun Feb 13 16:50:16 UTC 2011

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

Log Message:
Notify that the file system has to be mounted first before modules can
be loaded from it.

ok pgoyette@


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 src/share/man/man9/module.9:1.27
--- src/share/man/man9/module.9:1.26	Sun Jan  9 05:05:10 2011
+++ src/share/man/man9/module.9	Sun Feb 13 16:50:16 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: module.9,v 1.26 2011/01/09 05:05:10 jnemeth Exp $
+.\"	$NetBSD: module.9,v 1.27 2011/02/13 16:50:16 jym 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 January 8, 2011
+.Dd February 13, 2011
 .Dt MODULE 9
 .Os
 .Sh NAME
@@ -175,7 +175,8 @@
 .Fa name
 is not found, the list of modules prepared by the boot loader is searched.
 If the named module is still not found, an attempt is made to locate the
-module within the file system.
+module within the file system, provided it has been mounted by the
+initialization code.
 .Pp
 The
 .Fa flags

Reply via email to