summaryrefslogtreecommitdiffstats
path: root/getinvolved.html
diff options
Diffstat (limited to 'getinvolved.html')
-rw-r--r--getinvolved.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getinvolved.html b/getinvolved.html
index dc02489e..f13ed70d 100644
--- a/getinvolved.html
+++ b/getinvolved.html
@@ -97,7 +97,7 @@ yum --enablerepo=core-debuginfo --enablerepo=updates-debuginfo \
97 </ul> 97 </ul>
98 <p>Once installed, try these little scripts:</p> 98 <p>Once installed, try these little scripts:</p>
99<pre># stap -ve 'probe begin { log("hello world") exit () }' 99<pre># stap -ve 'probe begin { log("hello world") exit () }'
100# stap -c df -e 'probe syscall.* { if (target()==pid()) log(name." ".argstr) } 100# stap -c df -e 'probe syscall.* { if (target()==pid()) log(name." ".argstr) }'
101</pre> 101</pre>
102 <br> <hr> 102 <br> <hr>
103 103