From 9b66e023ce3f320cb560ab6e2cc78a219e262c5e Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 1 Dec 2009 14:29:51 +0100 Subject: Convert string.stp documentation to standard markup. * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add string.stp chapter. * tapset/string.stp: Convert documentation to standard markup and add documentation that was missing. --- doc/SystemTap_Tapset_Reference/tapsets.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/SystemTap_Tapset_Reference') 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 @@ !Itapset/conversions.stp + + A collection of standard string functions + + Functions to get the length, a substring, getting at individual + characters, string seaching, escaping, tokenizing, and converting + strings to longs. + +!Itapset/string.stp + Utility functions for using ansi control chars in logs -- cgit