summaryrefslogtreecommitdiffstats
path: root/sbin/kldunload/kldunload.8
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2006-02-27 22:20:57 +0000
committerwkoszek <wkoszek@FreeBSD.org>2006-02-27 22:20:57 +0000
commit69303cd40f3b48bb66cc6700d6dc1ebdc0e1d8f1 (patch)
tree8fd3af2f2e7c57506f53e13dc44532e332fc079c /sbin/kldunload/kldunload.8
parent97af57388060392fb35871f19f1206393d0f76bd (diff)
downloadFreeBSD-src-69303cd40f3b48bb66cc6700d6dc1ebdc0e1d8f1.zip
FreeBSD-src-69303cd40f3b48bb66cc6700d6dc1ebdc0e1d8f1.tar.gz
Extend kldunload(8) functionality and fix minor problems:
o multiple modules can be unloaded at once (specified either by id or be module name) o exit with EX_USAGE after usage() is called. o remove unused variables, since we keep command line flags as bitmask, in 'opt'. o 'kldload -n ...' does nothing. Add comment to this options. Additionally: o Update manual page to conform new functionality. o Increace WARNS to 6. Because we can. Approved by: cognet (mentor) MFC after: 1 week
Diffstat (limited to 'sbin/kldunload/kldunload.8')
-rw-r--r--sbin/kldunload/kldunload.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8
index 3cd8de7..41df595 100644
--- a/sbin/kldunload/kldunload.8
+++ b/sbin/kldunload/kldunload.8
@@ -34,11 +34,11 @@
.Sh SYNOPSIS
.Nm
.Op Fl fv
-.Fl i Ar id
+.Fl i Ar id ...
.Nm
.Op Fl fv
.Op Fl n
-.Ar name
+.Ar name ...
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud