summaryrefslogtreecommitdiffstats
path: root/doc/file.n
diff options
context:
space:
mode:
authorashok <ashok>2016-07-09 11:13:48 (GMT)
committerashok <ashok>2016-07-09 11:13:48 (GMT)
commitd6ae741f7f6ad171b2cc543a32163aed833dd81c (patch)
tree3d67e6cc20a391098bb98a6f2cf76e850dc861e0 /doc/file.n
parent48e3873f199817b52d54a4d802966b508917d200 (diff)
downloadtcl-d6ae741f7f6ad171b2cc543a32163aed833dd81c.zip
tcl-d6ae741f7f6ad171b2cc543a32163aed833dd81c.tar.gz
tcl-d6ae741f7f6ad171b2cc543a32163aed833dd81c.tar.bz2
Bugfix [3613671]. file owned implementation for Windows.
Diffstat (limited to 'doc/file.n')
-rw-r--r--doc/file.n7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/file.n b/doc/file.n
index eeb67ed..58b03d8 100644
--- a/doc/file.n
+++ b/doc/file.n
@@ -484,10 +484,9 @@ not the effective ones.
.TP
\fBWindows\fR\0\0\0\0
.
-The \fBfile owned\fR subcommand currently always reports that the current user
-is the owner of the file, without regard for what the operating system
-believes to be true, making an ownership test useless. This issue (#3613671)
-may be fixed in a future release of Tcl.
+The \fBfile owned\fR subcommand uses the user identifier (SID) of
+the process token, not the thread token which may be impersonating
+some other user.
.SH EXAMPLES
.PP
This procedure shows how to search for C files in a given directory