summaryrefslogtreecommitdiffstats
path: root/sbin/kldunload/kldunload.8
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-10-21 09:59:26 +0000
committerjmg <jmg@FreeBSD.org>1997-10-21 09:59:26 +0000
commitb389f452d8a77670926690345cf49b53f9451897 (patch)
treea284ef2aff480c29616bbf818f2d4a0ed88a0bb9 /sbin/kldunload/kldunload.8
parentc48e9412457d79d9e1896b06c050ad6be32cad91 (diff)
downloadFreeBSD-src-b389f452d8a77670926690345cf49b53f9451897.zip
FreeBSD-src-b389f452d8a77670926690345cf49b53f9451897.tar.gz
a few code style changes:
o start function names in column 1 o sort order of flags in getopt and switch o don't try to reference progname o unspam some changes introduced by a 2.2.1-R build box instead of a -current build box doc changes: o document when these commands first appeared o put email address in angle brakets o minor mdoc clean up
Diffstat (limited to 'sbin/kldunload/kldunload.8')
-rw-r--r--sbin/kldunload/kldunload.816
1 files changed, 10 insertions, 6 deletions
diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8
index f9b806c..2273c59 100644
--- a/sbin/kldunload/kldunload.8
+++ b/sbin/kldunload/kldunload.8
@@ -23,11 +23,11 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: kldunload.8,v 1.1 1997/05/07 18:19:54 dfr Exp $
.\"
.Dd April 25, 1997
.Dt KLDUNLOAD 8
-.Os
+.Os FreeBSD
.Sh NAME
.Nm kldunload
.Nd unload a file from the kernel
@@ -43,7 +43,7 @@ utility unloads a file which was previously loaded with
.Xr kldload 8 .
.Pp
The options are:
-.Bl -tag -width indent
+.Bl -tag -width XXXXXXX -offset indent
.It Fl v
Be more verbose.
.It Fl i Ar id
@@ -54,7 +54,11 @@ Unload the file with this name.
.Sh SEE ALSO
.Xr kldload 8 ,
.Xr kldstat 8
+.Sh HISTORY
+The
+.Nm
+command first appeared in
+.Fx 3.0 .
.Sh AUTHOR
-.Bl -tag
-Doug Rabson, dfr@freebsd.org
-.El.
+Doug Rabson
+.Aq dfr@freebsd.org
OpenPOWER on IntegriCloud