diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-18 23:30:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-18 23:30:21 +0000 |
commit | 8807143002db319427334f087e2da0592e31b2f3 (patch) | |
tree | ff85778e7adfc7f87c9ed39240118af1a605ee09 /sbin/modunload/modunload.8 | |
parent | 3cd8a7f9ace11c787b18749cd13c73fb4d451029 (diff) |
minor tweaking; andrushock@korovino.net
Diffstat (limited to 'sbin/modunload/modunload.8')
-rw-r--r-- | sbin/modunload/modunload.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8 index 5f147c9ed61..eb02fabe132 100644 --- a/sbin/modunload/modunload.8 +++ b/sbin/modunload/modunload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modunload.8,v 1.10 2002/01/09 22:22:56 ericj Exp $ +.\" $OpenBSD: modunload.8,v 1.11 2003/01/18 23:30:20 deraadt Exp $ .\" $NetBSD: modunload.8,v 1.3 1995/03/18 14:56:49 cgd Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -36,6 +36,7 @@ .Nm modunload .Op Fl i Ar id .Op Fl n Ar name +.Op Fl p Ar postunload .Sh DESCRIPTION The .Nm |