diff options
author | ashok <ashok> | 2016-07-15 03:12:09 (GMT) |
---|---|---|
committer | ashok <ashok> | 2016-07-15 03:12:09 (GMT) |
commit | fd728782619c73ed3315ece29d4fe987d2f71c76 (patch) | |
tree | 216a9ee21cf2d5a864324f321268a22585d1313b /doc/file.n | |
parent | 2edc27460110b94f8b244189a3dc9033e1d6ce55 (diff) | |
download | tcl-fd728782619c73ed3315ece29d4fe987d2f71c76.zip tcl-fd728782619c73ed3315ece29d4fe987d2f71c76.tar.gz tcl-fd728782619c73ed3315ece29d4fe987d2f71c76.tar.bz2 |
Fix docs and test failures. I had rolled back .PS1 (Powershell files) as being executable without fixing tests and docs.
Diffstat (limited to 'doc/file.n')
-rw-r--r-- | doc/file.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ returns \fB/home\fR (or something similar). Returns \fB1\fR if file \fIname\fR is executable by the current user, \fB0\fR otherwise. On Windows, which does not have an executable attribute, the command treats all directories and any files with extensions -\fBexe\fR, \fBcom\fR, \fBcmd\fR, \fBbat\fR or \fBps1\fR as executable. +\fBexe\fR, \fBcom\fR, \fBcmd\fR or \fBbat\fR as executable. .TP \fBfile exists \fIname\fR . |