summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-23 12:20:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-23 12:20:34 (GMT)
commitefce255dd9821b8dacf7c24731015f2eea93a96b (patch)
tree78e4eb4bfdf3e4739b36a88dd7bf94221fc21247 /doc/FileSystem.3
parent21134c44f3434c701ef4f166be74f389cd3425bd (diff)
parent6d23f73e8aba5d1c6ed987c139b2b719be84a254 (diff)
downloadtcl-efce255dd9821b8dacf7c24731015f2eea93a96b.zip
tcl-efce255dd9821b8dacf7c24731015f2eea93a96b.tar.gz
tcl-efce255dd9821b8dacf7c24731015f2eea93a96b.tar.bz2
Merge 9.0. Update documentation
Diffstat (limited to 'doc/FileSystem.3')
-rw-r--r--doc/FileSystem.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3
index 5def8df..96dafa9 100644
--- a/doc/FileSystem.3
+++ b/doc/FileSystem.3
@@ -273,7 +273,7 @@ permissions will be set on the created file.
If non-NULL, filled with the number of elements in the split path.
.AP Tcl_Obj *basePtr in
The base path on to which to join the given elements. May be NULL.
-.AP int objc in
+.AP size_t objc in
The number of elements in \fIobjv\fR.
.AP "Tcl_Obj *const" objv[] in
The elements to join to the given base path.