]> sourceware.org Git - systemtap.git/commitdiff
* lower uppity functor language
authorfche <fche>
Mon, 10 Apr 2006 18:41:17 +0000 (18:41 +0000)
committerfche <fche>
Mon, 10 Apr 2006 18:41:17 +0000 (18:41 +0000)
stapprobes.5.in

index a268abd7f29c60e4bf34f37bdfabe0fc54c26334..ba642a064f5dc5c15fce9b67759f98c469994829 100644 (file)
@@ -21,13 +21,13 @@ The following sections enumerate the variety of probe points supported
 by the systemtap translator, and additional aliases defined by
 standard tapset scripts.
 .PP
-The general probe point syntax is a "dotted-functor" sequence.  This
+The general probe point syntax is a dotted-symbol sequence.  This
 allows a breakdown of the event namespace into parts, somewhat like
 the Domain Name System does on the Internet.  Each component
-identifier may be parametrized by a string or number literal.  A
-component part name may be replaced by a "*" character, to expand to
-other matching probe points.  These are all syntactically valid probe
-points:
+identifier may be parametrized by a string or number literal, with a
+syntax like a function call.  A component may be replaced by a "*"
+character, to expand to other matching probe points.  These are all
+syntactically valid probe points:
 .SAMPLE
 kernel.function("foo").return
 syscall(22)
This page took 0.100389 seconds and 5 git commands to generate.