From a971b891bbdd51e2f1111a41ffff9dfd5e171ab4 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 5 Jun 2006 19:45:56 +0000 Subject: 2006-06-05 Frank Ch. Eigler 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. --- stap.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stap.1.in') 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 -- cgit