Module Name: src
Committed By: wiz
Date: Wed Aug 4 18:52:49 UTC 2010
Modified Files:
src/share/man/man9: module.9
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/share/man/man9/module.9:1.7
--- src/share/man/man9/module.9:1.6 Wed Aug 4 05:51:20 2010
+++ src/share/man/man9/module.9 Wed Aug 4 18:52:49 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.6 2010/08/04 05:51:20 jruoho Exp $
+.\" $NetBSD: module.9,v 1.7 2010/08/04 18:52:49 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -308,7 +308,7 @@
The core of the kernel module implementation is in
.Pa sys/kern/kern_module.c
and
-.Pa sys/kern/kerm_module_vfs.c .
+.Pa sys/kern/kern_module_vfs.c .
.Pp
The header file
.In sys/sys/module.h