summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-04 11:44:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-04 11:44:49 (GMT)
commitb2c080e9ae2d44b453f81bae6443f6fffaf6b052 (patch)
tree96c798290148ac7d237058f68a1f177fe222b7b6 /doc/FileSystem.3
parent6e8238944201c02321c9c5fc20a4d95c4f5383c8 (diff)
parenta107ac202e6c6806a0690e555b1141f2d032fb41 (diff)
downloadtcl-b2c080e9ae2d44b453f81bae6443f6fffaf6b052.zip
tcl-b2c080e9ae2d44b453f81bae6443f6fffaf6b052.tar.gz
tcl-b2c080e9ae2d44b453f81bae6443f6fffaf6b052.tar.bz2
Merge 8.6
Diffstat (limited to 'doc/FileSystem.3')
-rw-r--r--doc/FileSystem.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3
index cc19ea8..f36a574 100644
--- a/doc/FileSystem.3
+++ b/doc/FileSystem.3
@@ -54,7 +54,7 @@ Tcl_Obj *
\fBTcl_FSListVolumes\fR(\fIvoid\fR)
.sp
int
-\fBTcl_FSEvalFileEx\fR(\fIinterp, pathPtr, encodingName\fR)
+\fBTcl_FSEvalFileEx\fR(\fIinterp, pathPtr, encoding\fR)
.sp
int
\fBTcl_FSEvalFile\fR(\fIinterp, pathPtr\fR)
@@ -199,7 +199,7 @@ As for \fIpathPtr\fR, but used for the destination filename for a copy or
rename operation.
.AP int recursive in
Whether to remove subdirectories and their contents as well.
-.AP "const char" *encodingName in
+.AP "const char" *encoding in
The encoding of the data stored in the
file identified by \fIpathPtr\fR and to be evaluated.
.AP "const char" *pattern in
@@ -417,10 +417,10 @@ accumulates the return values in a list which is returned to the
caller (with a reference count of 0).
.PP
\fBTcl_FSEvalFileEx\fR reads the file given by \fIpathPtr\fR using
-the encoding identified by \fIencodingName\fR and evaluates
+the encoding identified by \fIencoding\fR and evaluates
its contents as a Tcl script. It returns the same information as
\fBTcl_EvalObjEx\fR.
-If \fIencodingName\fR is NULL, the utf-8 encoding is used for
+If \fIencoding\fR is NULL, the utf-8 encoding is used for
reading the file contents.
If the file could not be read then a Tcl error is returned to describe
why the file could not be read.