summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-18 09:23:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-18 09:23:49 (GMT)
commitfdedfe57992474d342bf1ecb84bc04ae0fd9aeb2 (patch)
treeda5bf0848ba95bccdb02974f0d2107158fc00368 /doc/FileSystem.3
parent2c6526084c6c3a93eda8b2bb13bc83304154efcb (diff)
downloadtcl-fdedfe57992474d342bf1ecb84bc04ae0fd9aeb2.zip
tcl-fdedfe57992474d342bf1ecb84bc04ae0fd9aeb2.tar.gz
tcl-fdedfe57992474d342bf1ecb84bc04ae0fd9aeb2.tar.bz2
More doc fixes
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 96dafa9..0975dbe 100644
--- a/doc/FileSystem.3
+++ b/doc/FileSystem.3
@@ -269,7 +269,7 @@ allowed for the \fImode\fR argument to the Tcl \fBopen\fR command.
.AP int permissions in
POSIX-style permission flags such as 0644. If a new file is created, these
permissions will be set on the created file.
-.AP int *lenPtr out
+.AP size_t | int *lenPtr out
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.