summaryrefslogtreecommitdiffstats
path: root/doc/exec.n
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2022-09-15 16:45:20 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2022-09-15 16:45:20 (GMT)
commit7b28b969395da897dfabb2069ebe7c7406a6983a (patch)
treee7c657d55a7ee96c728f74afd8127bdcdcf65321 /doc/exec.n
parent4968ffa1ce26b16430b8237f14784242c1075a1b (diff)
downloadtcl-7b28b969395da897dfabb2069ebe7c7406a6983a.zip
tcl-7b28b969395da897dfabb2069ebe7c7406a6983a.tar.gz
tcl-7b28b969395da897dfabb2069ebe7c7406a6983a.tar.bz2
Remove tilde expansion from docs. Fix comments that referenced the same.
Diffstat (limited to 'doc/exec.n')
-rw-r--r--doc/exec.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/exec.n b/doc/exec.n
index 3cfc29d..1f87818 100644
--- a/doc/exec.n
+++ b/doc/exec.n
@@ -198,7 +198,7 @@ the commands in the pipeline will go to the application's
standard error file unless redirected.
.PP
The first word in each command is taken as the command name;
-tilde-substitution is performed on it, and if the result contains
+if the result contains
no slashes then the directories
in the PATH environment variable are searched for
an executable by the given name.