summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorashok <ashok>2016-07-09 14:23:24 (GMT)
committerashok <ashok>2016-07-09 14:23:24 (GMT)
commit139a16f60059a11a934ac0a1865c2fd4b530f4d4 (patch)
tree56ef0070efee387b8b91e4c27eed041ccfad7c1c /doc
parent600487a9d6bddf6934562461db0e896374c55b79 (diff)
downloadtcl-139a16f60059a11a934ac0a1865c2fd4b530f4d4.zip
tcl-139a16f60059a11a934ac0a1865c2fd4b530f4d4.tar.gz
tcl-139a16f60059a11a934ac0a1865c2fd4b530f4d4.tar.bz2
Fixed docs for prior check-in (exec of .CMD files on Windows)
Diffstat (limited to 'doc')
-rw-r--r--doc/exec.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/exec.n b/doc/exec.n
index 9d58d90..70ace32 100644
--- a/doc/exec.n
+++ b/doc/exec.n
@@ -271,8 +271,9 @@ limitation as \fBexec\fR wants to communicate over pipes. The Expect
extension addresses this issue when communicating with a TUI application.
.PP
When attempting to execute an application, \fBexec\fR first searches for
-the name as it was specified. Then, in order, \fB.com\fR, \fB.exe\fR, and
-\fB.bat\fR are appended to the end of the specified name and it searches
+the name as it was specified. Then, in order,
+\fB.com\fR, \fB.exe\fR, \fB.bat\fR and \fB.cmd\fR
+are appended to the end of the specified name and it searches
for the longer name. If a directory name was not specified as part of the
application name, the following directories are automatically searched in
order when attempting to locate the application: