From 445cb916dbd5faaa56e106ac23853a710768f0d7 Mon Sep 17 00:00:00 2001 From: Eugeniy Meshcheryakov Date: Wed, 6 Aug 2008 13:46:53 -0700 Subject: Fix minor problems in staprun(8) --- ChangeLog | 6 ++++++ staprun.8.in | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09e2ff37..88497aef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-06 Josh Stone + + PR 6820 + From Eugeniy Meshcheryakov eugen@debian.org: + * staprun.8.in: fix minor formatting problems + 2008-08-05 Stan Cox * 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/ , . +.BR http://sources.redhat.com/systemtap/ ", " . .hy -- cgit