Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Fix another reference to LKM, and update auth...



details:   https://anonhg.NetBSD.org/src/rev/f34120576961
branches:  trunk
changeset: 759566:f34120576961
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Dec 12 22:14:19 2010 +0000

description:
Fix another reference to LKM, and update author's name.

diffstat:

 share/man/man4/module.4 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r d829bd99e2d2 -r f34120576961 share/man/man4/module.4
--- a/share/man/man4/module.4   Sun Dec 12 22:11:02 2010 +0000
+++ b/share/man/man4/module.4   Sun Dec 12 22:14:19 2010 +0000
@@ -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 ad%netbsd.org@localhost .



Home | Main Index | Thread Index | Old Index