summaryrefslogtreecommitdiffstats
path: root/doc/langref.tex
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-06-18 10:12:35 -0500
committerDavid Smith <dsmith@redhat.com>2009-06-18 10:12:35 -0500
commit36b8245df8de0092c5d28765b1ae7d9d8050da6e (patch)
tree099aa846e65490af10a6b925f566a3068c2984d7 /doc/langref.tex
parent9eebc06b5e24480c7b6055a8b6f1c07512f293fb (diff)
parent0e5cd254d3ef39cef5fa6ba56231604274fd85cd (diff)
downloadsystemtap-steved-36b8245df8de0092c5d28765b1ae7d9d8050da6e.tar.gz
systemtap-steved-36b8245df8de0092c5d28765b1ae7d9d8050da6e.tar.xz
systemtap-steved-36b8245df8de0092c5d28765b1ae7d9d8050da6e.zip
Merge commit 'origin/master' into pr7043
Diffstat (limited to 'doc/langref.tex')
-rw-r--r--doc/langref.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/langref.tex b/doc/langref.tex
index 5aefa278..5a149d19 100644
--- a/doc/langref.tex
+++ b/doc/langref.tex
@@ -3160,8 +3160,8 @@ General syntax:
tokenize:string (input:string, delim:string)
\end{verbatim}
\end{vindent}
-This function returns the next token in the given input string, where
-the tokens are delimited by one of the characters in the delim string.
+This function returns the next non-empty token in the given input string,
+where the tokens are delimited by characters in the delim string.
If the input string is non-NULL, it returns the first token. If the input string
is NULL, it returns the next token in the string passed in the previous call
to tokenize. If no delimiter is found, the entire remaining input string