Fix typo - from Kamil Rytarowski
This commit is contained in:
parent
d6bf72e999
commit
cadd54e581
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: module.9,v 1.36 2015/05/14 13:59:57 wiz Exp $
|
||||
.\" $NetBSD: module.9,v 1.37 2015/06/04 01:58:30 pgoyette Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -420,7 +420,7 @@ are never auto-unloaded.
|
|||
.El
|
||||
.Sh EXAMPLES
|
||||
A set of example modules is available in the
|
||||
.Pa src/sys/modules.examples
|
||||
.Pa src/sys/modules/examples
|
||||
directory hierarchy.
|
||||
.Sh CODE REFERENCES
|
||||
The core of the kernel module implementation is in
|
||||
|
|
Loading…
Reference in New Issue