diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | staprun.8.in | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2008-02-26 Dave Brolley <brolley@redhat.com> + + PR5018 + * staprun.8.in: Escape dashes ('-') as appropriate. + 2008-02-26 Srinivasa DS <srinivasa@in.ibm.com> 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 |