From 0efea177e37295fed654875d875160c47500d6bd Mon Sep 17 00:00:00 2001 From: ad Date: Wed, 12 Nov 2008 12:35:50 +0000 Subject: Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@. --- sbin/modstat/modstat.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/modstat') diff --git a/sbin/modstat/modstat.8 b/sbin/modstat/modstat.8 index 422f672ff9e..fb1cd15859a 100644 --- a/sbin/modstat/modstat.8 +++ b/sbin/modstat/modstat.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: modstat.8,v 1.1 2008/01/16 12:34:57 ad Exp $ +.\" $NetBSD: modstat.8,v 1.2 2008/11/12 12:35:53 ad Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" <> .\" -.Dd January 16, 2008 +.Dd November 12, 2008 .Dt MODSTAT 8 .Os .Sh NAME -- cgit