From 04022b119404751d318ad37d30be7e90f9778eba Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 15 Oct 1995 11:27:15 +0000 Subject: [PATCH] README reads: 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. --- tools/diag/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/diag/README 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.