summaryrefslogtreecommitdiff
path: root/devel/strace/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/strace/DESCR')
-rw-r--r--devel/strace/DESCR7
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/strace/DESCR b/devel/strace/DESCR
deleted file mode 100644
index 98d8c2fdd54..00000000000
--- a/devel/strace/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Strace is a diagnostic and troubleshooting tool for printing out a trace
-of all the system calls made by another process. It intercepts and
-records the signals received by a process and the system calls which
-are called by a process. The name of each system call, its arguments
-and its return value are reported.
-
-This version of strace is maintained by Wichert Akkerman.