From 63aa421bf5574116ee4abed271b4c8ae85d5589e Mon Sep 17 00:00:00 2001 From: brolley Date: Tue, 26 Feb 2008 19:11:18 +0000 Subject: 2008-02-26 Dave Brolley PR5018 * staprun.8.in: Escape dashes ('-') as appropriate. --- ChangeLog | 5 +++++ staprun.8.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 491d114b..b049d11a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-26 Dave Brolley + + PR5018 + * staprun.8.in: Escape dashes ('-') as appropriate. + 2008-02-26 Srinivasa DS PR5772 * tapset/syscall2.stp: Modify wait4,waitid argument list 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 -- cgit