diff options
author | michaels <michaels@cvs.openbsd.org> | 1996-10-08 01:21:08 +0000 |
---|---|---|
committer | michaels <michaels@cvs.openbsd.org> | 1996-10-08 01:21:08 +0000 |
commit | 3335b6ad7d1ede975afee2a7acfdfb5c494383b6 (patch) | |
tree | 03ec310c66dd7745b8e3adbecda62e6ba70d9f0e /sbin/modunload | |
parent | ca19a796dca7b796e77a9567be0e357be4b16b63 (diff) |
Attempt at cleanup.
Diffstat (limited to 'sbin/modunload')
-rw-r--r-- | sbin/modunload/modunload.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8 index aed604859a9..cf513cf202e 100644 --- a/sbin/modunload/modunload.8 +++ b/sbin/modunload/modunload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modunload.8,v 1.3 1996/06/23 14:31:07 deraadt Exp $ +.\" $OpenBSD: modunload.8,v 1.4 1996/10/08 01:20:25 michaels Exp $ .\" $NetBSD: modunload.8,v 1.3 1995/03/18 14:56:49 cgd Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -28,7 +28,7 @@ .\" .Dd June 7, 1993 .Dt MODUNLOAD 8 -.Os NetBSD 0.8a +.Os .Sh NAME .Nm modunload .Nd unload a kernel module |