diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-12 11:10:26 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-12 11:10:26 +0000 |
commit | a87c2a937ac8b10f4bab51f66a7b49444ee2f4c3 (patch) | |
tree | b2564256786f17395e557cfc55638ffceab091a8 /sbin/kldstat | |
parent | 207fe43d5987a6c94da1b2cc367a527a2b7f68d2 (diff) | |
download | src-a87c2a937ac8b10f4bab51f66a7b49444ee2f4c3.tar.gz src-a87c2a937ac8b10f4bab51f66a7b49444ee2f4c3.zip |
Notes
Diffstat (limited to 'sbin/kldstat')
-rw-r--r-- | sbin/kldstat/kldstat.8 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8 index cd1d6a7dc23c..943f5446c61b 100644 --- a/sbin/kldstat/kldstat.8 +++ b/sbin/kldstat/kldstat.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: kldstat.8,v 1.3 1998/01/05 07:09:28 charnier Exp $ +.\" $Id: kldstat.8,v 1.4 1998/03/19 07:45:28 charnier Exp $ .\" .Dd April 25, 1997 .Dt KLDSTAT 8 @@ -43,7 +43,7 @@ utility displays the status of any files dynamically linked into the kernel. .Pp The following options are available: -.Bl -tag -width indent +.Bl -tag -width indentXX .It Fl v Be more verbose. .It Fl i Ar id @@ -51,6 +51,11 @@ 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. .El +.Sh DIAGNOSTICS +The +.Nm +utility exits with a status of 0 on success +and with a nonzero status if an error occurs. .Sh SEE ALSO .Xr kldload 8 , .Xr kldunload 8 @@ -58,6 +63,9 @@ Display the status of only the file with this name. The .Nm command first appeared in -.Fx 3.0 . +.Fx 3.0 , +replacing the +.Xr lkm 4 +interface. .Sh AUTHORS .An Doug Rabson Aq dfr@FreeBSD.org |