diff options
author | kevinrs <kevinrs> | 2005-10-12 14:42:47 +0000 |
---|---|---|
committer | kevinrs <kevinrs> | 2005-10-12 14:42:47 +0000 |
commit | 7bc65984b6da475763ef55d3fee409dd55e681c5 (patch) | |
tree | 67a4c09689075156aa9a616d9e7cb2906701d45a /stapfuncs.5.in | |
parent | 1ec582d6028269a669a7c39abb5fab46d51f3097 (diff) | |
download | systemtap-steved-7bc65984b6da475763ef55d3fee409dd55e681c5.tar.gz systemtap-steved-7bc65984b6da475763ef55d3fee409dd55e681c5.tar.xz systemtap-steved-7bc65984b6da475763ef55d3fee409dd55e681c5.zip |
Corrected substr documentation.
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index 46268229..72d048eb 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -91,8 +91,8 @@ strlen:long (str:string) Return the number of characters in str. .TP -substr:string (str:string,start:long, offset:long) -Return the substring of str starting from character start and ending at character start + offset. +substr:string (str:string,start:long, stop:long) +Return the substring of str starting from character start and ending at character stop. .TP isinstr:long (s1:string, s2:string) |