Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Notify that the file system has to be mounted...



details:   https://anonhg.NetBSD.org/src/rev/f7760a403588
branches:  trunk
changeset: 762027:f7760a403588
user:      jym <jym%NetBSD.org@localhost>
date:      Sun Feb 13 16:50:16 2011 +0000

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

ok pgoyette@

diffstat:

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

diffs (28 lines):

diff -r 5aa63b7efec5 -r f7760a403588 share/man/man9/module.9
--- a/share/man/man9/module.9   Sun Feb 13 16:21:05 2011 +0000
+++ b/share/man/man9/module.9   Sun Feb 13 16:50:16 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index