From e062491bddb39fe955998ed5841d041ae4224852 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 6 Mar 2006 20:30:36 +0000 Subject: 2006-03-06 Frank Ch. Eigler * stapex.5.in: Use \[aq] for plain single quotes for encoding variation tolerance. --- ChangeLog | 5 +++++ stapex.5.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2d9eb3c2..e4f5dde8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-06 Frank Ch. Eigler + + * stapex.5.in: Use \[aq] for plain single quotes for encoding + variation tolerance. + 2006-03-03 Josh Stone * 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 -- cgit