diff options
| author | ad <ad@NetBSD.org> | 2008-11-12 12:35:50 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-11-12 12:35:50 +0000 |
| commit | 0efea177e37295fed654875d875160c47500d6bd (patch) | |
| tree | 9d0589344a5d07b9a511a2e81ebbd701744d03b5 /sbin/modstat | |
| parent | 0f81d3e0a26c2833cd085c472a4a77c325486b75 (diff) | |
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Diffstat (limited to 'sbin/modstat')
| -rw-r--r-- | sbin/modstat/modstat.8 | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ .\" .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>> .\" -.Dd January 16, 2008 +.Dd November 12, 2008 .Dt MODSTAT 8 .Os .Sh NAME |
