diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-10 16:17:34 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-10 16:17:34 +0000 |
commit | 214144704bcaa836cce06912e9fba50f6092b121 (patch) | |
tree | d049dcb50e544da4580a24f7839dd5f288052628 /sbin/kldunload | |
parent | e3a748456fb493c03a7024538341651cc3f46724 (diff) |
Scheduled mdoc(7) sweep.
Notes
Notes:
svn path=/head/; revision=139987
Diffstat (limited to 'sbin/kldunload')
-rw-r--r-- | sbin/kldunload/kldunload.8 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8 index 935e5afb71ed..4246f0b50b80 100644 --- a/sbin/kldunload/kldunload.8 +++ b/sbin/kldunload/kldunload.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 25, 1997 +.Dd July 13, 2004 .Dt KLDUNLOAD 8 .Os .Sh NAME @@ -33,12 +33,10 @@ .Nd unload a file from the kernel .Sh SYNOPSIS .Nm -.Op Fl f -.Op Fl v +.Op Fl fv .Fl i Ar id .Nm -.Op Fl f -.Op Fl v +.Op Fl fv .Op Fl n .Ar name .Sh DESCRIPTION @@ -48,7 +46,7 @@ utility unloads a file which was previously loaded with .Xr kldload 8 . .Pp The following options are available: -.Bl -tag -width indentXX +.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 |