summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/io/iostat-scsi.meta
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-09-16 15:16:47 -0700
committerJosh Stone <jistone@redhat.com>2009-09-16 15:16:47 -0700
commitad7e33d7ceb3251f5141b586dad4f824c519d757 (patch)
tree6b0e70fc48bdb0a13d7265af7bb9eb414e81c16a /testsuite/systemtap.examples/io/iostat-scsi.meta
parentc0095e58288c7f98e89437bd4489433baa7e7c0d (diff)
downloadsystemtap-steved-ad7e33d7ceb3251f5141b586dad4f824c519d757.tar.gz
systemtap-steved-ad7e33d7ceb3251f5141b586dad4f824c519d757.tar.xz
systemtap-steved-ad7e33d7ceb3251f5141b586dad4f824c519d757.zip
Spelling fixes in the meta of many examples
Diffstat (limited to 'testsuite/systemtap.examples/io/iostat-scsi.meta')
-rw-r--r--testsuite/systemtap.examples/io/iostat-scsi.meta2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/io/iostat-scsi.meta b/testsuite/systemtap.examples/io/iostat-scsi.meta
index a992bd51..a5fe7a8f 100644
--- a/testsuite/systemtap.examples/io/iostat-scsi.meta
+++ b/testsuite/systemtap.examples/io/iostat-scsi.meta
@@ -8,7 +8,7 @@ status: production
exit: user-controlled
output: timed
scope: system-wide
-description: The iostat-scsi.stp script provides a breakdown of the number of blks read and written on the various machines's SCSI devices. The script takes one argument which is the number of seconds between reports.
+description: The iostat-scsi.stp script provides a breakdown of the number of blks read and written on the machine's various SCSI devices. The script takes one argument which is the number of seconds between reports.
test_support: stap -l module("st").function("st_do_scsi")!,kernel.function("st_do_scsi")
test_check: stap -g -p4 iostat-scsi.stp 1
test_installcheck: stap -g iostat-scsi.stp 1 -c "sleep 0.2"