]> sourceware.org Git - systemtap.git/commitdiff
stapprobes.3stap: correct a probepoint typo
authorJosh Stone <jistone@redhat.com>
Wed, 28 Jan 2015 18:19:26 +0000 (10:19 -0800)
committerJosh Stone <jistone@redhat.com>
Wed, 28 Jan 2015 18:22:06 +0000 (10:22 -0800)
man/stapprobes.3stap

index 29fc7bf2fb6ab67daa919ac17ea00866ef5743f9..7b155e6184efd2157330fc123d6e5c0aedf87e4d 100644 (file)
@@ -684,7 +684,7 @@ kprobe.function(FUNCTION).return
 kprobe.module(NAME).function(FUNCTION)
 kprobe.module(NAME).function(FUNCTION).call
 kprobe.module(NAME).function(FUNCTION).return
-kprobe.statement.(ADDRESS).absolute
+kprobe.statement(ADDRESS).absolute
 .ESAMPLE
 .PP
 Probes of type
This page took 0.028248 seconds and 5 git commands to generate.