Deleted Added
full compact
modfind.2 (70481) modfind.2 (79366)
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/modfind.2 70481 2000-12-29 14:08:20Z ru $
26.\" $FreeBSD: head/lib/libc/sys/modfind.2 79366 2001-07-06 16:46:48Z ru $
27.\"
28.Dd September 28, 2000
29.Dt MODFIND 2
30.Os FreeBSD
31.Sh NAME
32.Nm modfind
33.Nd returns the modid of a kernel module
34.Sh LIBRARY

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

64The file specified is not loaded in the kernel.
65.El
66.Sh SEE ALSO
67.Xr kldfirstmod 2 ,
68.Xr kldload 2 ,
69.Xr kldnext 2 ,
70.Xr kldstat 2 ,
71.Xr kldunload 2 ,
27.\"
28.Dd September 28, 2000
29.Dt MODFIND 2
30.Os FreeBSD
31.Sh NAME
32.Nm modfind
33.Nd returns the modid of a kernel module
34.Sh LIBRARY

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

64The file specified is not loaded in the kernel.
65.El
66.Sh SEE ALSO
67.Xr kldfirstmod 2 ,
68.Xr kldload 2 ,
69.Xr kldnext 2 ,
70.Xr kldstat 2 ,
71.Xr kldunload 2 ,
72.Xr modnext 2 ,
73.Xr modfnext 2 ,
72.Xr modfnext 2 ,
73.Xr modnext 2 ,
74.Xr modstat 2 ,
75.Xr kld 4
76.Sh HISTORY
77The
78.Nm kld
79interface first appeared in
80.Fx 3.0 .
74.Xr modstat 2 ,
75.Xr kld 4
76.Sh HISTORY
77The
78.Nm kld
79interface first appeared in
80.Fx 3.0 .