summaryrefslogtreecommitdiffstats
path: root/staprun.8.in
diff options
context:
space:
mode:
authorEugeniy Meshcheryakov <eugen@debian.org>2008-08-06 13:46:53 -0700
committerJosh Stone <joshua.i.stone@intel.com>2008-08-06 13:52:10 -0700
commit445cb916dbd5faaa56e106ac23853a710768f0d7 (patch)
treecc65612536e62469f446f11605119e4f89f701e8 /staprun.8.in
parent791cf64930579adf9ad72d4a3609c64db5c0f84b (diff)
downloadsystemtap-steved-445cb916dbd5faaa56e106ac23853a710768f0d7.tar.gz
systemtap-steved-445cb916dbd5faaa56e106ac23853a710768f0d7.tar.xz
systemtap-steved-445cb916dbd5faaa56e106ac23853a710768f0d7.zip
Fix minor problems in staprun(8)
Diffstat (limited to 'staprun.8.in')
-rw-r--r--staprun.8.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/staprun.8.in b/staprun.8.in
index ca976a4a..c7e77dc4 100644
--- a/staprun.8.in
+++ b/staprun.8.in
@@ -99,8 +99,7 @@ to compile a script. The
.I stap
program will report the pathname to the resulting module.
.PP
-.Vb 1
-\& $ stap \-p4 \-e 'probe begin { printf("Hello World!\\n"); exit() }'
+\& $ stap \-p4 \-e \[aq]probe begin { printf("Hello World!\\n"); exit() }\[aq]
.br
\& /home/user/.systemtap/cache/85/stap_8553d83f78c_265.ko
.PP
@@ -108,7 +107,6 @@ Run
.I staprun
with the pathname to the module as an argument.
.PP
-.Vb 1
\& $ staprun /home/user/.systemtap/cache/85/stap_8553d83f78c_265.ko
.br
\& Hello World!
@@ -161,6 +159,6 @@ user and not be world writable.
.SH BUGS
Use the Bugzilla link off of the project web page or our mailing list.
.nh
-.BR http://sources.redhat.com/systemtap/ , <systemtap@sources.redhat.com> .
+.BR http://sources.redhat.com/systemtap/ ", " <systemtap@sources.redhat.com> .
.hy