diff options
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -366,7 +366,7 @@ with the given assignment as a prologue. Another probe definition may use the alias like this: .SAMPLE probe syscall.read { - printk ("reading fd=" . string (fildes)) + printf("reading fd=%d\n", fildes) } .ESAMPLE |