diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-02-12 09:08:47 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-02-12 09:08:47 +0000 |
| commit | 591d1426cf8e55ac87d98efc3fa5cee3121abb85 (patch) | |
| tree | 48363cbb71a0b3b5d50977a8574a7c7800c692c2 /sbin | |
| parent | b3c4957b5ffd3de3d31b76a34eeac05e3a469488 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -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 935e5afb71ed5..564696dd31882 100644 --- a/sbin/kldunload/kldunload.8 +++ b/sbin/kldunload/kldunload.8 @@ -51,7 +51,9 @@ The following options are available: .Bl -tag -width indentXX .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 |
