Deleted Added
full compact
kld.4 (45652) kld.4 (49831)
1.\" Copyright (c) 1993 Christopher G. Demetriou
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

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

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

18.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $Id: kld.4,v 1.1 1999/04/13 13:23:11 ghelmer Exp $
26.\" $Id: kld.4,v 1.2 1999/04/13 14:51:51 ghelmer Exp $
27.\"
28.Dd November 08, 1998
29.Dt KLD 4
30.\".Os FreeBSD 3.0
31.Sh NAME
32.Nm kld
33.Nd dynamic kernel linker facility
34.Sh DESCRIPTION

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

155.Sh AUTHORS
156The
157.Nm
158facility was originally implemented by
159.An Doug Rabson Aq dfr@FreeBSD.org .
160.Sh HISTORY
161The
162.Nm
27.\"
28.Dd November 08, 1998
29.Dt KLD 4
30.\".Os FreeBSD 3.0
31.Sh NAME
32.Nm kld
33.Nd dynamic kernel linker facility
34.Sh DESCRIPTION

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

155.Sh AUTHORS
156The
157.Nm
158facility was originally implemented by
159.An Doug Rabson Aq dfr@FreeBSD.org .
160.Sh HISTORY
161The
162.Nm
163facility appeared in FreeBSD 3.0 and was designed as a replacement for the
163facility appeared in
164.Fx 3.0
165and was designed as a replacement for the
164.Xr lkm 4
165facility, which was similar in functionality to the loadable kernel modules
166facility provided by
167.Tn SunOS
1684.1.3.
166.Xr lkm 4
167facility, which was similar in functionality to the loadable kernel modules
168facility provided by
169.Tn SunOS
1704.1.3.