diff options
Diffstat (limited to 'stapex.5.in')
-rw-r--r-- | stapex.5.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stapex.5.in b/stapex.5.in index d19c37e5..c95592c5 100644 --- a/stapex.5.in +++ b/stapex.5.in @@ -107,7 +107,7 @@ To list the probeable functions in the kernel, use the last-pass option to the translator. That output needs to be filtered because each inlined function instance is listed separately. .SAMPLE -% stap -p2 -e 'probe kernel.function("*") {}' | sort | uniq +% stap -p2 -e \[aq]probe kernel.function("*") {}\[aq] | sort | uniq .ESAMPLE |