aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldunload
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-02-09 22:06:16 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-02-09 22:06:16 +0000
commit383f72a7641221f639539ee6a163432b600c76cd (patch)
treeb2215d9582f0ba176c768a62951145b379936f64 /sbin/kldunload
parentabe6ca1e4828723ead5ec309955c90889f5ef320 (diff)
downloadsrc-383f72a7641221f639539ee6a163432b600c76cd.tar.gz
src-383f72a7641221f639539ee6a163432b600c76cd.zip
- Correctly spell MOD_QUIESCE
- use .Dv for it MFC after: 3 days
Notes
Notes: svn path=/head/; revision=141593
Diffstat (limited to 'sbin/kldunload')
-rw-r--r--sbin/kldunload/kldunload.84
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8
index 7bd7303c54dc..3cd8de71df5c 100644
--- a/sbin/kldunload/kldunload.8
+++ b/sbin/kldunload/kldunload.8
@@ -49,7 +49,9 @@ The following options are available:
.Bl -tag -width ".Fl n Ar name"
.It Fl f
Force the unload.
-This ignores error returns to MOD_QUISCE from the module and implies
+This ignores error returns to
+.Dv MOD_QUIESCE
+from the module and implies
that the module should be unloaded even if it is currently in use.
The users are left to cope as best they can.
.It Fl v