summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-12-01 14:29:51 +0100
committerMark Wielaard <mjw@redhat.com>2009-12-01 14:31:21 +0100
commit9b66e023ce3f320cb560ab6e2cc78a219e262c5e (patch)
tree2d44c9a8bf3df47032725c92704f3d927c148454 /doc
parent0e8394b016a039931a338fd59e103346a50f5329 (diff)
downloadsystemtap-steved-9b66e023ce3f320cb560ab6e2cc78a219e262c5e.tar.gz
systemtap-steved-9b66e023ce3f320cb560ab6e2cc78a219e262c5e.tar.xz
systemtap-steved-9b66e023ce3f320cb560ab6e2cc78a219e262c5e.zip
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/SystemTap_Tapset_Reference/tapsets.tmpl9
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>