diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-02-09 22:06:16 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-02-09 22:06:16 +0000 |
commit | 383f72a7641221f639539ee6a163432b600c76cd (patch) | |
tree | b2215d9582f0ba176c768a62951145b379936f64 /sbin/kldunload | |
parent | abe6ca1e4828723ead5ec309955c90889f5ef320 (diff) | |
download | src-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.8 | 4 |
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 |