aboutsummaryrefslogtreecommitdiff
path: root/Include/Readme
diff options
context:
space:
mode:
Diffstat (limited to 'Include/Readme')
-rw-r--r--Include/Readme18
1 files changed, 18 insertions, 0 deletions
diff --git a/Include/Readme b/Include/Readme
new file mode 100644
index 000000000000..4aa46881e8f4
--- /dev/null
+++ b/Include/Readme
@@ -0,0 +1,18 @@
+Include - include scripts for D scripting
+
+ This directory contains files that can be included for use with D scripts.
+
+ There are two types of include files,
+
+ *.h
+ These can be included using,
+
+ #!/usr/sbin/dtrace -Cs
+ #include <filename.h>
+
+ *.d
+ These must be copyied to a translator directory (/usr/lib/dtrace),
+ and should be automatically pulled in.
+
+ This directory does not contain runnable DTrace scripts.
+