diff options
author | Eugeniy Meshcheryakov <eugen@debian.org> | 2008-08-06 13:46:53 -0700 |
---|---|---|
committer | Josh Stone <joshua.i.stone@intel.com> | 2008-08-06 13:52:10 -0700 |
commit | 445cb916dbd5faaa56e106ac23853a710768f0d7 (patch) | |
tree | cc65612536e62469f446f11605119e4f89f701e8 | |
parent | 791cf64930579adf9ad72d4a3609c64db5c0f84b (diff) | |
download | systemtap-steved-445cb916dbd5faaa56e106ac23853a710768f0d7.tar.gz systemtap-steved-445cb916dbd5faaa56e106ac23853a710768f0d7.tar.xz systemtap-steved-445cb916dbd5faaa56e106ac23853a710768f0d7.zip |
Fix minor problems in staprun(8)
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | staprun.8.in | 6 |
2 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2008-08-06 Josh Stone <joshua.i.stone@intel.com> + + PR 6820 + From Eugeniy Meshcheryakov eugen@debian.org: + * staprun.8.in: fix minor formatting problems + 2008-08-05 Stan Cox <scox@redhat.com> * NEWS: Updated $$vars, $$parms, $$locals. 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 |