summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-13 14:02:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-13 14:02:23 (GMT)
commit4307d0a739ddfd9545e59a0ccf16067fc2dab2a2 (patch)
treef399cf6578abde4532ed6b0f40ae2aa562eff10d /doc/FileSystem.3
parent9c0541d0e4b22e9f9e12d754ba7c9bb1c430a0a8 (diff)
downloadtcl-4307d0a739ddfd9545e59a0ccf16067fc2dab2a2.zip
tcl-4307d0a739ddfd9545e59a0ccf16067fc2dab2a2.tar.gz
tcl-4307d0a739ddfd9545e59a0ccf16067fc2dab2a2.tar.bz2
Follow-up to previous commit: Let's not break TIP #627 either. Also adapt documentation (will be needed to be done anyway)
Diffstat (limited to 'doc/FileSystem.3')
-rw-r--r--doc/FileSystem.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3
index 3387f50..b2c5769 100644
--- a/doc/FileSystem.3
+++ b/doc/FileSystem.3
@@ -220,7 +220,7 @@ The second of two path values to compare. The value may be converted
to \fBpath\fR type.
.AP Tcl_Obj *listObj in
The list of path elements to operate on with a \fBjoin\fR operation.
-.AP size_t elements in
+.AP Tcl_Size elements in
The number of elements in the \fIlistObj\fR which should
be joined together. If TCL_INDEX_NONE, then all elements are joined.
.AP Tcl_Obj **errorPtr out
@@ -269,11 +269,11 @@ 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 "size_t \&| int" *lenPtr out
+.AP "ptrdiff_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.
-.AP size_t objc in
+.AP Tcl_Size objc in
The number of elements in \fIobjv\fR.
.AP "Tcl_Obj *const" objv[] in
The elements to join to the given base path.