summaryrefslogtreecommitdiffstats
path: root/staprun.8.in
diff options
context:
space:
mode:
authorbrolley <brolley>2008-02-26 19:11:18 +0000
committerbrolley <brolley>2008-02-26 19:11:18 +0000
commit63aa421bf5574116ee4abed271b4c8ae85d5589e (patch)
treea9bee27d456792f72d1b247f428aae1c2966049a /staprun.8.in
parent5e5e17baf86f6abc030513765da189b6974be84e (diff)
downloadsystemtap-steved-63aa421bf5574116ee4abed271b4c8ae85d5589e.tar.gz
systemtap-steved-63aa421bf5574116ee4abed271b4c8ae85d5589e.tar.xz
systemtap-steved-63aa421bf5574116ee4abed271b4c8ae85d5589e.zip
2008-02-26 Dave Brolley <brolley@redhat.com>
PR5018 * staprun.8.in: Escape dashes ('-') as appropriate.
Diffstat (limited to 'staprun.8.in')
-rw-r--r--staprun.8.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/staprun.8.in b/staprun.8.in
index fe52f170..c1678f69 100644
--- a/staprun.8.in
+++ b/staprun.8.in
@@ -73,7 +73,7 @@ Attach to loaded systemtap module.
.B MODULE
is either a module path or a module name. If it is a module name,
the module will be looked for in the following directory
-(where 'VERSION' is the output of "uname -r"):
+(where 'VERSION' is the output of "uname \-r"):
.IP
/lib/modules/VERSION/systemtap
.PP
@@ -95,7 +95,7 @@ to compile a script. The
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 'probe begin { printf("Hello World!\\n"); exit() }'
.br
\& /home/user/.systemtap/cache/85/stap_8553d83f78c_265.ko
.PP