diff options
| author | sevan <sevan@NetBSD.org> | 2016-09-12 00:15:14 +0000 |
|---|---|---|
| committer | sevan <sevan@NetBSD.org> | 2016-09-12 00:15:14 +0000 |
| commit | ea1447f032d6ecb585c8d4d5e6070fd65b2e949a (patch) | |
| tree | f9f80bb8f209da73ccedb0e36cfffb92c64d1ae6 /sbin/modstat | |
| parent | 6aba34863898c57fe19b2ec56d06d3b4792c2918 (diff) | |
Document author and the version modstat appeared.
Bump date.
Diffstat (limited to 'sbin/modstat')
| -rw-r--r-- | sbin/modstat/modstat.8 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sbin/modstat/modstat.8 b/sbin/modstat/modstat.8 index 6360e759fde..d568d9d1ca8 100644 --- a/sbin/modstat/modstat.8 +++ b/sbin/modstat/modstat.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: modstat.8,v 1.19 2015/12/02 00:56:09 pgoyette Exp $ +.\" $NetBSD: modstat.8,v 1.20 2016/09/12 00:15:14 sevan 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 December 2, 2015 +.Dd September 12, 2016 .Dt MODSTAT 8 .Os .Sh NAME @@ -126,8 +126,14 @@ and with a nonzero status if an error occurs. .Xr modload 8 , .Xr modunload 8 .Sh HISTORY +A +.Nm +utility appeared in +.Nx 5.0 . The .Nm command was designed to be similar in functionality to the corresponding command in .Tn "SunOS 4.1.3" . +.Sh AUTHOR +.An Andrew Doran Aq Mt ad@NetBSD.org . |
