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)
commit673b7ecc2109080c1d8ab85bede83600d5dfff1e (patch)
tree3d67e6cc20a391098bb98a6f2cf76e850dc861e0 /doc/file.n
parent8435bb9d68cdb26190ded1caca280eaac0314444 (diff)
downloadtcl-673b7ecc2109080c1d8ab85bede83600d5dfff1e.zip
tcl-673b7ecc2109080c1d8ab85bede83600d5dfff1e.tar.gz
tcl-673b7ecc2109080c1d8ab85bede83600d5dfff1e.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