diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-25 09:48:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-25 09:48:11 (GMT) |
commit | 60bb48a1c2a0656fe9a8c17faad9a7155eefc17c (patch) | |
tree | 769b64fcd38b8704f5ba9cfab12682e1ed23ab7d /doc/SplitList.3 | |
parent | db0dc8c2b957416f3420435c986026c0d23f9db4 (diff) | |
parent | 6ef2d21d52bc57def14a5622bebe567983a2f515 (diff) | |
download | tcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.zip tcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.tar.gz tcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc/SplitList.3')
-rw-r--r-- | doc/SplitList.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SplitList.3 b/doc/SplitList.3 index 4b0eee6..070beb0 100644 --- a/doc/SplitList.3 +++ b/doc/SplitList.3 @@ -36,7 +36,7 @@ size_t .AP Tcl_Interp *interp out Interpreter to use for error reporting. If NULL, then no error message is left. -.AP char *list in +.AP "const char" *list in Pointer to a string with proper list structure. .AP int *argcPtr out Filled in with number of elements in \fIlist\fR. |