From: Emden R. Gansner Date: Tue, 14 Oct 2014 15:57:44 +0000 (-0400) Subject: Note constraint on index type of array used for split and tokens function. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=305a8af5149b80c62ce6c8187952239d51b87824;p=graphviz Note constraint on index type of array used for split and tokens function. --- diff --git a/cmd/gvpr/gvpr.1 b/cmd/gvpr/gvpr.1 index e830bc6ae..70e31311e 100644 --- a/cmd/gvpr/gvpr.1 +++ b/cmd/gvpr/gvpr.1 @@ -738,8 +738,8 @@ The separator characters are those given in the \fIseps\fP argument. If \fIseps\fP is not provided, the default value is " \\t\\n". The functions return the number of fields or tokens. .sp -The fields and tokens are stored in the argument array. The array must be \fBstring\fP-valued and, -if an index type is specified, it must be \fBint\fP. The entries are indexed by consecutive +The fields and tokens are stored in the argument array. The array must be \fBstring\fP-valued and +have \fBint\fP as its index type. The entries are indexed by consecutive integers, starting at 0. Any values already stored in the array will be either overwritten, or still be present after the function returns. .SS "I/O"