diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
commit | ad3209ab6a39f87faf0d2171cdfc73eb5d46df8d (patch) | |
tree | b54160234444c70a92f7729894e15af668141646 /sbin/modunload | |
parent | 6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff) |
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
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 5b5dc4d24c9..f34c2b120b4 100644 --- a/sbin/modunload/modunload.8 +++ b/sbin/modunload/modunload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modunload.8,v 1.6 1998/11/28 19:56:23 aaron Exp $ +.\" $OpenBSD: modunload.8,v 1.7 1998/12/15 01:20:33 aaron Exp $ .\" $NetBSD: modunload.8,v 1.3 1995/03/18 14:56:49 cgd Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -33,7 +33,7 @@ .Nm modunload .Nd unload a kernel module .Sh SYNOPSIS -.Nm +.Nm modunload .Op Fl i Ar id .Op Fl n Ar name .Sh DESCRIPTION |