summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/stap.1.in b/stap.1.in
index 526ef3c9..7b572943 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -63,8 +63,6 @@ function, or by sufficient number of soft errors.
.PP
The language, which is described in a later section, is strictly typed,
declaration free, procedural, and inspired by
-.IR dtrace
-and
.IR awk .
It allows source code points or events in the kernel to be associated
with handlers, which are subroutines that are executed synchronously. It is
@@ -833,7 +831,6 @@ unloading.
.IR stapfuncs (5),
.IR stapex (5),
.IR lket (5),
-.IR dtrace (1),
.IR dprobes (1),
.IR awk (1),
.IR sudo (8),
@@ -860,8 +857,6 @@ using the public mailing list:
.hy
.SH ACKNOWLEDGEMENTS
-The script language design was inspired by Sun's
-.IR dtrace .
The primary probing mechanism uses IBM's
.IR kprobes ,
and