diff options
| author | jistone <jistone> | 2007-03-23 17:23:42 +0000 | 
|---|---|---|
| committer | jistone <jistone> | 2007-03-23 17:23:42 +0000 | 
| commit | 5d8bc2854e24274c3f9c92f6ba9fe79f8d3b2dfe (patch) | |
| tree | 43dd6186c4ae1a60df176598f240bc313e6adecd /getinvolved.html | |
| parent | Added staprun.8.html. (diff) | |
Fix a minor typo -- missing an end-quotation on example command-line.
Diffstat (limited to 'getinvolved.html')
| -rw-r--r-- | getinvolved.html | 2 | 
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 | ||
