]> granicus.if.org Git - graphviz/commitdiff
Note constraint on index type of array used for split and tokens function.
authorEmden R. Gansner <erg@alum.mit.edu>
Tue, 14 Oct 2014 15:57:44 +0000 (11:57 -0400)
committerEmden R. Gansner <erg@alum.mit.edu>
Tue, 14 Oct 2014 15:57:44 +0000 (11:57 -0400)
cmd/gvpr/gvpr.1

index e830bc6ae275dd3ae984e49a7a180b3dcdd1e1fe..70e31311e6b25b02f7bc24ce46dc20adebca1c99 100644 (file)
@@ -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"