summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2007-11-04 14:11:15 -0500
committerFrank Ch. Eigler <fche@elastic.org>2007-11-04 14:11:15 -0500
commit806b26a85d30f59af7dcb0025c68a50bf4bbb352 (patch)
tree8b1cc9edab49eda46278199a7027d956549f6ddb /stap.1.in
parent24993e4fcae48ca014e6b53f3f9a011c9cfa8f06 (diff)
parent600e72b28cc0676dc581b8fc5d54c09772979b79 (diff)
downloadsystemtap-steved-806b26a85d30f59af7dcb0025c68a50bf4bbb352.tar.gz
systemtap-steved-806b26a85d30f59af7dcb0025c68a50bf4bbb352.tar.xz
systemtap-steved-806b26a85d30f59af7dcb0025c68a50bf4bbb352.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/stap.1.in b/stap.1.in
index 8b23c595..8fd7fec7 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -531,7 +531,8 @@ but also append a newline.
.TP
.BR printd ", " sprintd
Take a string delimiter and two or more values of any type, and print the
-values with the delimiter interposed.
+values with the delimiter interposed. The delimiter must be a literal
+string constant.
.TP
.BR printdln ", " sprintdln
Print values with a delimiter like
@@ -540,7 +541,7 @@ but also append a newline.
.TP
.BR printf ", " sprintf
Take a formatting string and a number of values of corresponding types,
-and print them all.
+and print them all. The format must be a literal string constant.
.PP
The
.IR printf