diff options
Diffstat (limited to 'doc/SystemTap_Tapset_Reference')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index bb855d29..c60bc22f 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -262,6 +262,15 @@ </para> !Itapset/conversions.stp </chapter> + <chapter id="string.stp"> + <title>A collection of standard string functions</title> + <para> + Functions to get the length, a substring, getting at individual + characters, string seaching, escaping, tokenizing, and converting + strings to longs. + </para> +!Itapset/string.stp + </chapter> <chapter id="ansi.stp"> <title>Utility functions for using ansi control chars in logs</title> <para> |