diff options
author | fche <fche> | 2006-03-06 20:30:36 +0000 |
---|---|---|
committer | fche <fche> | 2006-03-06 20:30:36 +0000 |
commit | e062491bddb39fe955998ed5841d041ae4224852 (patch) | |
tree | 96557c1db74d8e09523e9b25d2ef62dc42ea1352 | |
parent | 4dce476b4e34d9ba8d737246af9baedfb2a205d9 (diff) | |
download | systemtap-steved-e062491bddb39fe955998ed5841d041ae4224852.tar.gz systemtap-steved-e062491bddb39fe955998ed5841d041ae4224852.tar.xz systemtap-steved-e062491bddb39fe955998ed5841d041ae4224852.zip |
2006-03-06 Frank Ch. Eigler <fche@elastic.org>
* stapex.5.in: Use \[aq] for plain single quotes for encoding
variation tolerance.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | stapex.5.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-03-06 Frank Ch. Eigler <fche@elastic.org> + + * stapex.5.in: Use \[aq] for plain single quotes for encoding + variation tolerance. + 2006-03-03 Josh Stone <joshua.i.stone@intel.com> * main.cxx (main): search forward for dashes in the kernel release, 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 |