1235368SgnnInclude - include scripts for D scripting
2235368Sgnn
3235368Sgnn   This directory contains files that can be included for use with D scripts.
4235368Sgnn
5235368Sgnn   There are two types of include files,
6235368Sgnn
7235368Sgnn   *.h
8235368Sgnn	These can be included using,
9235368Sgnn
10235368Sgnn	#!/usr/sbin/dtrace -Cs
11235368Sgnn	#include <filename.h>
12235368Sgnn
13235368Sgnn   *.d
14235368Sgnn	These must be copyied to a translator directory (/usr/lib/dtrace),
15235368Sgnn	and should be automatically pulled in.
16235368Sgnn
17235368Sgnn   This directory does not contain runnable DTrace scripts.
18235368Sgnn
19