Module Name: src
Committed By: pgoyette
Date: Sun Dec 12 22:14:19 UTC 2010
Modified Files:
src/share/man/man4: module.4
Log Message:
Fix another reference to LKM, and update author's name.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/module.4
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/man4/module.4
diff -u src/share/man/man4/module.4:1.2 src/share/man/man4/module.4:1.3
--- src/share/man/man4/module.4:1.2 Sun Dec 12 22:11:02 2010
+++ src/share/man/man4/module.4 Sun Dec 12 22:14:19 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.4,v 1.2 2010/12/12 22:11:02 wiz Exp $
+.\" $NetBSD: module.4,v 1.3 2010/12/12 22:14:19 pgoyette Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -81,7 +81,7 @@
.Ss Device Driver modules
New block and character device
drivers may be loaded into the system with
-.Li "options LKM" .
+.Li "options MODULAR" .
One problem with loading a device driver is that the driver's device
nodes must exist for the devices to be accessed.
These need to be created manually, after the driver module has been
@@ -167,5 +167,5 @@
subsystem was implemented for
.Nx
by
-.An Andy Doran
+.An Andrew Doran
.Aq [email protected] .