1 .\" Copyright (c) 2003 Greg Lehey. All rights reserved.
3 .\" Redistribution and use in source and binary forms, with or without
4 .\" modification, are permitted provided that the following conditions
6 .\" 1. Redistributions of source code must retain the above copyright
7 .\" notice, this list of conditions and the following disclaimer.
8 .\" 2. Redistributions in binary form must reproduce the above copyright
9 .\" notice, this list of conditions and the following disclaimer in the
10 .\" documentation and/or other materials provided with the distribution.
12 .\" This software is provided by Greg Lehey ``as is'' and
13 .\" any express or implied warranties, including, but not limited to, the
14 .\" implied warranties of merchantability and fitness for a particular purpose
15 .\" are disclaimed. in no event shall Greg Lehey be liable
16 .\" for any direct, indirect, incidental, special, exemplary, or consequential
17 .\" damages (including, but not limited to, procurement of substitute goods
18 .\" or services; loss of use, data, or profits; or business interruption)
19 .\" however caused and on any theory of liability, whether in contract, strict
20 .\" liability, or tort (including negligence or otherwise) arising in any way
21 .\" out of the use of this software, even if advised of the possibility of
33 .Op Ar modules-path Op Ar outfile
39 output from standard input and writes to the
43 commands to add symbol files from KLDs in subdirectories of the subdirectory
45 of the current directory, which is intended to be a kernel build directory.
48 to load the symbols into the debugging environment.
54 uses it for the modules directory instead of the default
56 This is useful when building in a non-standard location (i.e., not
65 writes to it instead of standard output.
67 The following options modify the function of
69 .Bl -tag -width indent
71 When writing to an explicit
73 append to the file rather than overwriting it.
75 Instead of trying to simplistically guess the path for each module, perform
76 a traversal in the same way that
78 does to locate an exact path for each module, no matter where in
82 Instead of reading from standard input, start a
84 and read the information from it.
89 system is sourcing the output of
93 .Bd -literal -offset indent
104 utility first appeared in
107 .An Greg Lehey Aq Mt grog@FreeBSD.org
109 It should be possible to write to an
111 without specifying a module path.