summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorfche <fche>2006-06-05 19:45:56 +0000
committerfche <fche>2006-06-05 19:45:56 +0000
commita971b891bbdd51e2f1111a41ffff9dfd5e171ab4 (patch)
treec0c7d41819755dd744e7845684f56fe965373306 /stap.1.in
parentcedd10f4eeda74861f6ee61a50241e05eb27b500 (diff)
downloadsystemtap-steved-a971b891bbdd51e2f1111a41ffff9dfd5e171ab4.tar.gz
systemtap-steved-a971b891bbdd51e2f1111a41ffff9dfd5e171ab4.tar.xz
systemtap-steved-a971b891bbdd51e2f1111a41ffff9dfd5e171ab4.zip
2006-06-05 Frank Ch. Eigler <fche@elastic.org>
PR 2645 cont'd. * elaborate.cxx (derive_probes): Pass down optional flag from alias reference to expansion. * testsuite/semok/twentytwo.stp: Test passing-down. * stapprobes.5.in: Specify passing-down property of optional flag.
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/stap.1.in b/stap.1.in
index 3149a4f0..c805f54d 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -410,7 +410,7 @@ at the given point, it just defines a new probe point name as an alias
to an existing one. There are two types of alias, i.e. the prologue
style and the epilogue style which are identified by "=" and "+="
respectively.
-
+.PP
For prologue style alias, the statement block that follows an alias
definition is implicitly added as a prologue to any probe that refers
to the alias. While for the epilogue style alias, the statement block