Module Name:    src
Committed By:   pgoyette
Date:           Thu Jun  4 01:58:30 UTC 2015

Modified Files:
        src/share/man/man9: module.9

Log Message:
Fix typo - from Kamil Rytarowski


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 src/share/man/man9/module.9:1.37
--- src/share/man/man9/module.9:1.36	Thu May 14 13:59:57 2015
+++ src/share/man/man9/module.9	Thu Jun  4 01:58:30 2015
@@ -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

Reply via email to