blob: 124ed0c4eb2d913a94c8d06097c3808119031eb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{ type: install
message: <<EOM
Some of the DTrace Toolkit scripts are installed at:
%%PREFIX%%/bin
Their manual pages are installed into the standard manual page directories
as defined in hier(7).
The rest of the scripts and other toolkit files can be found in:
%%DATADIR%%
The DTrace Toolkit documents those programs in a manual section "1m".
Use the -S flag to access this non-standard section:
man -S 1m fddist
Note that some of the DTrace Toolkit scripts have not been ported
to the currently supported FreeBSD versions yet.
EOM
}
]
|