summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorkenistoj <kenistoj>2006-11-02 23:03:09 +0000
committerkenistoj <kenistoj>2006-11-02 23:03:09 +0000
commit5c93519b3dfffc1b8998798c04007afa7912ae9f (patch)
tree38cb21e1879fc3ac962669ab842aa4fb2794d620 /stap.1.in
parenta73e6252acd62cf9a0cb1c567ef2663671505a4b (diff)
downloadsystemtap-steved-5c93519b3dfffc1b8998798c04007afa7912ae9f.tar.gz
systemtap-steved-5c93519b3dfffc1b8998798c04007afa7912ae9f.tar.xz
systemtap-steved-5c93519b3dfffc1b8998798c04007afa7912ae9f.zip
Removed refs to dtrace, to which we were giving undue credit in terms of
"inspiration."
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