summaryrefslogtreecommitdiffstats
path: root/doc/exec.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-04 15:12:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-04 15:12:19 (GMT)
commit6443a1db3be2198d76bc754d9a0f5a9c08683342 (patch)
treeb24ba1d27f6f2ff0048046b18e73defec6854a56 /doc/exec.n
parentbf23a021385451ff52770191acec3f55d5c8575a (diff)
parentcb5c9f4f89b6e7242ba07f84e278d35f202d7edd (diff)
downloadtcl-6443a1db3be2198d76bc754d9a0f5a9c08683342.zip
tcl-6443a1db3be2198d76bc754d9a0f5a9c08683342.tar.gz
tcl-6443a1db3be2198d76bc754d9a0f5a9c08683342.tar.bz2
Merge 9.0
Diffstat (limited to 'doc/exec.n')
-rw-r--r--doc/exec.n15
1 files changed, 2 insertions, 13 deletions
diff --git a/doc/exec.n b/doc/exec.n
index 855a192..373b980 100644
--- a/doc/exec.n
+++ b/doc/exec.n
@@ -246,15 +246,6 @@ the backslash character. If an argument contains forward slashes as the
path separator, it may or may not be recognized as a path name, depending on
the program.
.PP
-Additionally, when calling a 16-bit DOS or Windows 3.X application, all path
-names must use the short, cryptic, path format (e.g., using
-.QW applba~1.def
-instead of
-.QW applbakery.default ),
-which can be obtained with the
-.QW "\fBfile attributes\fI fileName \fB\-shortname\fR"
-command.
-.PP
Two or more forward or backward slashes in a row in a path refer to a
network path. For example, a simple concatenation of the root directory
\fBc:/\fR with a subdirectory \fB/windows/system\fR will yield
@@ -295,11 +286,9 @@ The directory from which the Tcl executable was loaded.
.IP \(bu 3
The current directory.
.IP \(bu 3
-The Windows NT 32-bit system directory.
-.IP \(bu 3
-The Windows NT 16-bit system directory.
+The Windows 32-bit system directory.
.IP \(bu 3
-The Windows NT home directory.
+The Windows home directory.
.IP \(bu 3
The directories listed in the path.
.PP