diff options
author | jistone <jistone> | 2007-10-26 01:45:21 +0000 |
---|---|---|
committer | jistone <jistone> | 2007-10-26 01:45:21 +0000 |
commit | 2532d1d6f9e320ac0924d7d0f94b3d2f524c786e (patch) | |
tree | f6cf3b3b499c9697d0f3f19ee5f7e43a085a6e3a /stap.1.in | |
parent | 911d9d8053f60da72391bc73d552ea45b86308dd (diff) | |
download | systemtap-steved-2532d1d6f9e320ac0924d7d0f94b3d2f524c786e.tar.gz systemtap-steved-2532d1d6f9e320ac0924d7d0f94b3d2f524c786e.tar.xz systemtap-steved-2532d1d6f9e320ac0924d7d0f94b3d2f524c786e.zip |
2007-10-25 Josh Stone <joshua.i.stone@intel.com>
PR 5219
* stap.1.in: Add a note about string literal limitations in printf
and printd.
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |