summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorashok <ashok>2016-07-09 14:23:24 (GMT)
committerashok <ashok>2016-07-09 14:23:24 (GMT)
commit6b01fdf5d1344c640a5392e14bcdd7518758bbed (patch)
tree56ef0070efee387b8b91e4c27eed041ccfad7c1c
parentcc8c25008d6a30ceb0b4a6946e4a3d45431637c6 (diff)
downloadtcl-6b01fdf5d1344c640a5392e14bcdd7518758bbed.zip
tcl-6b01fdf5d1344c640a5392e14bcdd7518758bbed.tar.gz
tcl-6b01fdf5d1344c640a5392e14bcdd7518758bbed.tar.bz2
Fixed docs for prior check-in (exec of .CMD files on Windows)
-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: