summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
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 dcfe9d4b..fe954d10 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -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