Fix typo.
This commit is contained in:
parent
1ae0f7d390
commit
fe39a07b5f
|
@ -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 @@ All pathnames are relative to
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue