Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Fix typo - from Kamil Rytarowski



details:   https://anonhg.NetBSD.org/src/rev/a8eb2ba42389
branches:  trunk
changeset: 808826:a8eb2ba42389
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jun 04 01:58:30 2015 +0000

description:
Fix typo - from Kamil Rytarowski

diffstat:

 share/man/man9/module.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d630c1ece02c -r a8eb2ba42389 share/man/man9/module.9
--- a/share/man/man9/module.9   Wed Jun 03 23:36:05 2015 +0000
+++ b/share/man/man9/module.9   Thu Jun 04 01:58:30 2015 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index