summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-05 12:55:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-05 12:55:48 (GMT)
commitc309515849734e2bc355fd285f71382b4bb33a9b (patch)
treed5a9fcecf6b8655a5e34e95f0811f558b11e0a42 /doc/FileSystem.3
parentf306b32b6c6df6ac6b9ba0853e3aa130e61c70d0 (diff)
downloadtcl-c309515849734e2bc355fd285f71382b4bb33a9b.zip
tcl-c309515849734e2bc355fd285f71382b4bb33a9b.tar.gz
tcl-c309515849734e2bc355fd285f71382b4bb33a9b.tar.bz2
Documentation update
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 b8766e7..2076c96 100644
--- a/doc/FileSystem.3
+++ b/doc/FileSystem.3
@@ -274,7 +274,7 @@ Filled with the number of elements in the split path.
May be (Tcl_Size *)NULL when not used. If it points to a variable which
type is not \fBTcl_Size\fR, a compiler warning will be generated.
If your extensions is compiled with -DTCL_8_API, this function will return
-NULL if the number of elements is larger than INT_MAX (which should
+NULL for paths having more than INT_MAX elements (which should
trigger proper error-handling), otherwise expect it to crash.
.AP Tcl_Obj *basePtr in
The base path on to which to join the given elements. May be NULL.