summaryrefslogtreecommitdiffstats
path: root/staprun.8.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-02-27 12:54:34 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-02-27 12:54:34 -0500
commited1f47c32969a60eb074dc246c79ccda456ebf58 (patch)
tree65f8bc63b516fe525af1409fad83f44235d9e675 /staprun.8.in
parent781c25855e35a7b77e5794bd027ca0cf41e4a3a4 (diff)
parenta2dc47ddef0dbed1b0dc912c876f5f57f97c1ede (diff)
downloadsystemtap-steved-ed1f47c32969a60eb074dc246c79ccda456ebf58.tar.gz
systemtap-steved-ed1f47c32969a60eb074dc246c79ccda456ebf58.tar.xz
systemtap-steved-ed1f47c32969a60eb074dc246c79ccda456ebf58.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
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