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
24 .\" $DragonFly: src/usr.sbin/asf/asf.8,v 1.6 2008/09/02 11:50:46 matthias Exp $
35 .Op Ar modules-path Op Ar outfile
41 output from standard input and writes to the
45 commands to add symbol files from KLDs in subdirectories of the subdirectory
47 of the current directory, which is intended to be a kernel build directory.
50 to load the symbols into the debugging environment.
56 uses it for the modules directory instead of the default
58 This is useful when building in a non-standard location (i.e., not
67 writes to it instead of standard output.
69 The following options modify the function of
71 .Bl -tag -width indent
73 When writing to an explicit
75 append to the file rather than overwriting it.
77 Instead of trying to simplistically guess the path for each module, perform
78 a traversal in the same way that
80 does to locate an exact path for each module, no matter where in
84 Instead of reading from standard input, start a
86 and read the information from it.
91 system is sourcing the output of
95 .Bd -literal -offset indent
106 utility first appeared in
109 .An Greg Lehey Aq grog@FreeBSD.org
111 It should be possible to write to an
113 without specifying a module path.