Mercurial > hg > octave-lyh
diff scripts/strings/strtok.m @ 9036:58604c45ca74
Cleanup of data types related documentation
Files: data.texi, numbers.texi, strings.texi, container.texi
Use two spaces after a period for increased readibility in Info browser
Spellcheck
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sat, 21 Mar 2009 15:52:41 -0700 |
parents | eb63fbe60fab |
children | 95c3e38098bf |
line wrap: on
line diff
--- a/scripts/strings/strtok.m +++ b/scripts/strings/strtok.m @@ -21,7 +21,7 @@ ## ## Find all characters up to but not including the first character which ## is in the string delim. If @var{rem} is requested, it contains the -## remainder of the string, starting at the first deliminator. Leading +## remainder of the string, starting at the first delimiter. Leading ## delimiters are ignored. If @var{delim} is not specified, space is ## assumed. For example: ##