summaryrefslogtreecommitdiffstats
path: root/sbin/kldstat/kldstat.8
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2005-05-04 12:46:43 +0000
committerfjoe <fjoe@FreeBSD.org>2005-05-04 12:46:43 +0000
commit5542bd31ad4b03bd09d973ddb03a5b35664bbaea (patch)
treef1eda1148c9c5f78f2b700724617004e1ae5e6ad /sbin/kldstat/kldstat.8
parentc93d1b9f9384d160c5e48411d9ae83019ace5897 (diff)
downloadFreeBSD-src-5542bd31ad4b03bd09d973ddb03a5b35664bbaea.zip
FreeBSD-src-5542bd31ad4b03bd09d973ddb03a5b35664bbaea.tar.gz
Add -m option (find module using modfind() and stat it).
Diffstat (limited to 'sbin/kldstat/kldstat.8')
-rw-r--r--sbin/kldstat/kldstat.810
1 files changed, 7 insertions, 3 deletions
diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8
index 77d933d..b2b72c2 100644
--- a/sbin/kldstat/kldstat.8
+++ b/sbin/kldstat/kldstat.8
@@ -35,7 +35,9 @@
.Nm
.Op Fl v
.Op Fl i Ar id
-.Op Fl n Ar name
+.Op Fl n Ar filename
+.Nm
+.Op Fl m Ar modname
.Sh DESCRIPTION
The
.Nm
@@ -48,8 +50,10 @@ The following options are available:
Be more verbose.
.It Fl i Ar id
Display the status of only the file with this ID.
-.It Fl n Ar name
-Display the status of only the file with this name.
+.It Fl n Ar filename
+Display the status of only the file with this filename.
+.It Fl m Ar modname
+Display the status of only the module with this modname.
.El
.Sh EXIT STATUS
.Ex -std
OpenPOWER on IntegriCloud