diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-05 00:28:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-05 00:28:59 +0000 |
commit | d42b8335945a579054f42dc44eb007664e15236f (patch) | |
tree | 7f180087c945146ff72b245dc58ebe19990adac4 /sbin/modload | |
parent | cb331a5fc3503bef1db7700c5754efd395dae2ad (diff) |
Finish standardizing options list introduction.
Diffstat (limited to 'sbin/modload')
-rw-r--r-- | sbin/modload/modload.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index 21b04e89038..d221d6c47f0 100644 --- a/sbin/modload/modload.8 +++ b/sbin/modload/modload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modload.8,v 1.13 1999/10/05 20:53:10 aaron Exp $ +.\" $OpenBSD: modload.8,v 1.14 2000/03/05 00:28:56 aaron Exp $ .\" $NetBSD: modload.8,v 1.5 1995/03/18 14:56:43 cgd Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -46,9 +46,7 @@ The utility loads a loadable kernel module into a running system. The input file is an object file (.o file). .Pp -The options to -.Nm -are as follows: +The options are as follows: .Bl -tag -width indent .It Fl d Debug. Used to debug |