]> sourceware.org Git - systemtap.git/commitdiff
2007-11-14 Zhaolei <zhaolei@cn.fujitsu.com>
authorzhaolei <zhaolei>
Wed, 14 Nov 2007 06:39:17 +0000 (06:39 +0000)
committerzhaolei <zhaolei>
Wed, 14 Nov 2007 06:39:17 +0000 (06:39 +0000)
* stapfuncs.5.in (tokenize): Change NULL to blank to avoid
misunderstanding.

stapfuncs.5.in

index cd10a2ba8ff2d023865655e911e2b621b87baff8..3802117a66101ab7ddab7e98390cd3d9631eecb3 100644 (file)
@@ -110,10 +110,10 @@ string cannot be converted.
 .TP
 tokenize:string (str:string, delim:string)
 Return the next token in the given str string, where the tokens are delimited
-by one of the characters in the delim string.  If the str string is non-NULL,
-it returns the first token.  If the str string is NULL, it returns the next
+by one of the characters in the delim string.  If the str string is not blank,
+it returns the first token.  If the str string is blank, it returns the next
 token in the string passed in the previous call to tokenize. If no delimiter
-is found, the entire remaining str string is returned.  Returns NULL when 
+is found, the entire remaining str string is returned.  Returns blank when 
 no more tokens are left.
 
 .SS TIMESTAMP
This page took 0.029947 seconds and 5 git commands to generate.