From cadd54e58135aec632f15743f4bdc30ec32704b0 Mon Sep 17 00:00:00 2001 From: pgoyette Date: Thu, 4 Jun 2015 01:58:30 +0000 Subject: [PATCH] Fix typo - from Kamil Rytarowski --- share/man/man9/module.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/module.9 b/share/man/man9/module.9 index a2acaca8bdef..3389817d3ae8 100644 --- a/share/man/man9/module.9 +++ b/share/man/man9/module.9 @@ -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