diff options
author | William Cohen <wcohen@redhat.com> | 2009-06-22 16:58:51 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-06-22 16:58:51 -0400 |
commit | 417c9d68ac05297024272a0a6f97fe764468e5a5 (patch) | |
tree | dd94972517077ef1ccceefdc36a17e3548721b92 /testsuite/systemtap.examples | |
parent | b4b70fe340bb600e95fa46a31e76dc2c28c83f29 (diff) | |
download | systemtap-steved-417c9d68ac05297024272a0a6f97fe764468e5a5.tar.gz systemtap-steved-417c9d68ac05297024272a0a6f97fe764468e5a5.tar.xz systemtap-steved-417c9d68ac05297024272a0a6f97fe764468e5a5.zip |
Correct typo in forktracker.meta.
Diffstat (limited to 'testsuite/systemtap.examples')
-rw-r--r-- | testsuite/systemtap.examples/process/forktracker.meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/process/forktracker.meta b/testsuite/systemtap.examples/process/forktracker.meta index f3ef3709..87d43d7a 100644 --- a/testsuite/systemtap.examples/process/forktracker.meta +++ b/testsuite/systemtap.examples/process/forktracker.meta @@ -10,4 +10,4 @@ output: trace scope: system-wide description: The forktracker.stp script prints out a time-stamped entry showing each fork and exec operation on the machine. This can be useful for determine what process is creating a flurry of short-lived processes. test_check: stap -p4 forktracker.stp -test_installcheck: stap forkracker.stp -c "sleep 1" +test_installcheck: stap forktracker.stp -c "sleep 1" |