Deleted Added
full compact
kldconfig.8 (140368) kldconfig.8 (141611)
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 140368 2005-01-17 07:44:44Z ru $
26.\" $FreeBSD: head/sbin/kldconfig/kldconfig.8 141611 2005-02-10 09:19:34Z 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
35.Nm
36.Op Fl dfimnUv
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
35.Nm
36.Op Fl dfimnUv
37.Op Fl S Ar name
37.Op Fl S Ar sysctlname
38.Op Ar path ...
39.Nm
40.Fl r
41.Sh DESCRIPTION
42The
43.Nm
44utility
45displays or modifies the search path used by the kernel when loading modules

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

68specified,
69.Dq merge
70in the new entries.
71.It Fl n
72Do not actually change the module search path.
73.It Fl r
74Display the current search path.
75This option cannot be used if any paths are also specified.
38.Op Ar path ...
39.Nm
40.Fl r
41.Sh DESCRIPTION
42The
43.Nm
44utility
45displays or modifies the search path used by the kernel when loading modules

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

68specified,
69.Dq merge
70in the new entries.
71.It Fl n
72Do not actually change the module search path.
73.It Fl r
74Display the current search path.
75This option cannot be used if any paths are also specified.
76.It Fl S Ar name
76.It Fl S Ar sysctlname
77Specify the sysctl name to use instead of the default
78.Va kern.module_path .
79.It Fl U
80.Dq Unique-ify
81the current search path - if any of the directories is repeated one
82or more times, only the first occurrence remains.
83This option implies
84.Fl m .

--- 24 unchanged lines hidden ---
77Specify the sysctl name to use instead of the default
78.Va kern.module_path .
79.It Fl U
80.Dq Unique-ify
81the current search path - if any of the directories is repeated one
82or more times, only the first occurrence remains.
83This option implies
84.Fl m .

--- 24 unchanged lines hidden ---