summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-10-15 11:27:15 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-10-15 11:27:15 +0000
commit04022b119404751d318ad37d30be7e90f9778eba (patch)
tree0bdadc2d571009cd142eda439af2e2f9c8a5a959 /tools
parentd46b04a5f921c829e9e7da142b2bbddd6c207f56 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/diag/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/diag/README b/tools/diag/README
new file mode 100644
index 000000000000..44ef7ada9e55
--- /dev/null
+++ b/tools/diag/README
@@ -0,0 +1,7 @@
+This directory is for diagnostic programs.
+
+A diagnostic program is one that will inform you that something is wrong
+somewhere, for instance by traversing a kernel-structure and verifying
+the integrity.
+
+Please make a subdir per program, and add a brief description to this file.