Deleted Added
full compact
modstat.2 (108028) modstat.2 (131504)
1.\"
2.\" Copyright (c) 1999 Chris Costello
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) 1999 Chris Costello
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/lib/libc/sys/modstat.2 108028 2002-12-18 09:22:32Z ru $
26.\" $FreeBSD: head/lib/libc/sys/modstat.2 131504 2004-07-02 23:52:20Z ru $
27.\"
28.Dd September 28, 2000
29.Dt MODSTAT 2
30.Os
31.Sh NAME
32.Nm modstat
33.Nd get status of kernel module
34.Sh LIBRARY

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

90.Fa stat
91unless:
92.Bl -tag -width Er
93.It Bq Er ENOENT
94The module was not found (probably not loaded).
95.It Bq Er EINVAL
96The version specified in the
97.Fa version
27.\"
28.Dd September 28, 2000
29.Dt MODSTAT 2
30.Os
31.Sh NAME
32.Nm modstat
33.Nd get status of kernel module
34.Sh LIBRARY

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

90.Fa stat
91unless:
92.Bl -tag -width Er
93.It Bq Er ENOENT
94The module was not found (probably not loaded).
95.It Bq Er EINVAL
96The version specified in the
97.Fa version
98field of stat is not the proper version. You would need to rebuild world, the
98field of stat is not the proper version.
99You would need to rebuild world, the
99kernel, or your application, if this error occurs, given that you did properly
100fill in the
101.Fa version
102field.
103.It Bq Er EFAULT
104There was a problem copying one, some, or all of the fields into
105.Fa stat
106in the

--- 21 unchanged lines hidden ---
100kernel, or your application, if this error occurs, given that you did properly
101fill in the
102.Fa version
103field.
104.It Bq Er EFAULT
105There was a problem copying one, some, or all of the fields into
106.Fa stat
107in the

--- 21 unchanged lines hidden ---