Deleted Added
full compact
kldconfig.8 (102231) kldconfig.8 (140368)
1.\"
2.\" Copyright (c) 2001 Peter Pentchev
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) 2001 Peter Pentchev
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/kldconfig/kldconfig.8 102231 2002-08-21 18:11:48Z trhodes $
26.\" $FreeBSD: head/sbin/kldconfig/kldconfig.8 140368 2005-01-17 07:44:44Z ru $
27.\"
28.Dd June 15, 2001
29.Dt KLDCONFIG 8
30.Os
31.Sh NAME
32.Nm kldconfig
33.Nd display or modify the kernel module search path
34.Sh SYNOPSIS

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

88.Fl v
89flag is specified more than once, the old path is displayed as well.
90.El
91.Sh FILES
92.Bl -tag -width indent
93.It Pa /boot/kernel , /boot/modules , /modules
94The default module search path used by the kernel.
95.El
27.\"
28.Dd June 15, 2001
29.Dt KLDCONFIG 8
30.Os
31.Sh NAME
32.Nm kldconfig
33.Nd display or modify the kernel module search path
34.Sh SYNOPSIS

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

88.Fl v
89flag is specified more than once, the old path is displayed as well.
90.El
91.Sh FILES
92.Bl -tag -width indent
93.It Pa /boot/kernel , /boot/modules , /modules
94The default module search path used by the kernel.
95.El
96.Sh DIAGNOSTICS
97The
98.Nm
99utility exits with a status of 0 on success
100and with a nonzero status if an error occurs.
96.Sh EXIT STATUS
97.Ex -std
101.Sh SEE ALSO
102.Xr kldload 2 ,
103.Xr kldload 8 ,
104.Xr sysctl 8
105.Sh HISTORY
106The
107.Nm
108utility first appeared in
109.Fx 4.4 .
110.Sh AUTHORS
111.An Peter Pentchev Aq roam@FreeBSD.org
98.Sh SEE ALSO
99.Xr kldload 2 ,
100.Xr kldload 8 ,
101.Xr sysctl 8
102.Sh HISTORY
103The
104.Nm
105utility first appeared in
106.Fx 4.4 .
107.Sh AUTHORS
108.An Peter Pentchev Aq roam@FreeBSD.org