Deleted Added
full compact
kldstat.8 (145861) kldstat.8 (150497)
1.\"
2.\" Copyright (c) 1997 Doug Rabson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1997 Doug Rabson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/sbin/kldstat/kldstat.8 145861 2005-05-04 12:46:43Z fjoe $
26.\" $FreeBSD: head/sbin/kldstat/kldstat.8 150497 2005-09-23 23:52:26Z pjd $
27.\"
28.Dd April 25, 1997
29.Dt KLDSTAT 8
30.Os
31.Sh NAME
32.Nm kldstat
33.Nd display status of dynamic kernel linker
34.Sh SYNOPSIS
35.Nm
36.Op Fl v
37.Op Fl i Ar id
38.Op Fl n Ar filename
39.Nm
27.\"
28.Dd April 25, 1997
29.Dt KLDSTAT 8
30.Os
31.Sh NAME
32.Nm kldstat
33.Nd display status of dynamic kernel linker
34.Sh SYNOPSIS
35.Nm
36.Op Fl v
37.Op Fl i Ar id
38.Op Fl n Ar filename
39.Nm
40.Op Fl q
40.Op Fl m Ar modname
41.Sh DESCRIPTION
42The
43.Nm
44utility displays the status of any files dynamically linked into the
45kernel.
46.Pp
47The following options are available:
48.Bl -tag -width indentXX
49.It Fl v
50Be more verbose.
51.It Fl i Ar id
52Display the status of only the file with this ID.
53.It Fl n Ar filename
54Display the status of only the file with this filename.
41.Op Fl m Ar modname
42.Sh DESCRIPTION
43The
44.Nm
45utility displays the status of any files dynamically linked into the
46kernel.
47.Pp
48The following options are available:
49.Bl -tag -width indentXX
50.It Fl v
51Be more verbose.
52.It Fl i Ar id
53Display the status of only the file with this ID.
54.It Fl n Ar filename
55Display the status of only the file with this filename.
56.It Fl q
57Only check if module is loaded or compiled into the kernel.
55.It Fl m Ar modname
56Display the status of only the module with this modname.
57.El
58.Sh EXIT STATUS
59.Ex -std
60.Sh SEE ALSO
61.Xr kldstat 2 ,
62.Xr kldload 8 ,
63.Xr kldunload 8
64.Sh HISTORY
65The
66.Nm
67utility first appeared in
68.Fx 3.0 ,
69replacing the
70.Xr lkm 4
71interface.
72.Sh AUTHORS
73.An Doug Rabson Aq dfr@FreeBSD.org
58.It Fl m Ar modname
59Display the status of only the module with this modname.
60.El
61.Sh EXIT STATUS
62.Ex -std
63.Sh SEE ALSO
64.Xr kldstat 2 ,
65.Xr kldload 8 ,
66.Xr kldunload 8
67.Sh HISTORY
68The
69.Nm
70utility first appeared in
71.Fx 3.0 ,
72replacing the
73.Xr lkm 4
74interface.
75.Sh AUTHORS
76.An Doug Rabson Aq dfr@FreeBSD.org