Deleted Added
full compact
kldxref.8 (86777) kldxref.8 (99968)
1.\"-
2.\" Copyright (c) 2001 Boris Popov
3.\" Copyright (c) 2001 Dag-Erling Co�dan Sm�rgrav
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
1.\"-
2.\" Copyright (c) 2001 Boris Popov
3.\" Copyright (c) 2001 Dag-Erling Co�dan Sm�rgrav
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/usr.sbin/kldxref/kldxref.8 86777 2001-11-22 12:08:35Z ru $
27.\" $FreeBSD: head/usr.sbin/kldxref/kldxref.8 99968 2002-07-14 14:47:15Z charnier $
28.\"
29.Dd October 9, 2001
30.Dt KLDXREF 8
31.Os
32.Sh NAME
33.Nm kldxref
34.Nd generate hints for the kernel loader
35.Sh SYNOPSIS
36.Nm
37.Op Fl Rdv
38.Op Fl f Ar file
39.Op Ar path ...
40.Sh DESCRIPTION
41The
42.Nm
28.\"
29.Dd October 9, 2001
30.Dt KLDXREF 8
31.Os
32.Sh NAME
33.Nm kldxref
34.Nd generate hints for the kernel loader
35.Sh SYNOPSIS
36.Nm
37.Op Fl Rdv
38.Op Fl f Ar file
39.Op Ar path ...
40.Sh DESCRIPTION
41The
42.Nm
43command is used to generate hint files which list modules, their
43utility is used to generate hint files which list modules, their
44version numbers, and the files that contain them.
45These hints are used by the kernel loader to determine where to find a
46particular KLD module.
47.Pp
48A separate hint file is generated for each directory listed on the
49command line that contains modules.
50If no hint records are generated for a particular directory, no hint
51file is created, and the preexisting hint file (if there was one in

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

76.Xr kld 4 ,
77.Xr kldconfig 8 ,
78.Xr kldload 8 ,
79.Xr kldstat 8 ,
80.Xr kldunload 8
81.Sh HISTORY
82The
83.Nm
44version numbers, and the files that contain them.
45These hints are used by the kernel loader to determine where to find a
46particular KLD module.
47.Pp
48A separate hint file is generated for each directory listed on the
49command line that contains modules.
50If no hint records are generated for a particular directory, no hint
51file is created, and the preexisting hint file (if there was one in

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

76.Xr kld 4 ,
77.Xr kldconfig 8 ,
78.Xr kldload 8 ,
79.Xr kldstat 8 ,
80.Xr kldunload 8
81.Sh HISTORY
82The
83.Nm
84command first appeared in
84utility first appeared in
85.Fx 5.0 .
86.Sh AUTHORS
87.An -nosplit
88The
89.Nm
85.Fx 5.0 .
86.Sh AUTHORS
87.An -nosplit
88The
89.Nm
90command was implemented by
90utility was implemented by
91.An Boris Popov Aq bp@FreeBSD.org .
92This manual page was written by
93.An Boris Popov Aq bp@FreeBSD.org
94and
95.An Dag-Erling Co\(:idan Sm\(/orgrav Aq des@FreeBSD.org .
91.An Boris Popov Aq bp@FreeBSD.org .
92This manual page was written by
93.An Boris Popov Aq bp@FreeBSD.org
94and
95.An Dag-Erling Co\(:idan Sm\(/orgrav Aq des@FreeBSD.org .