summaryrefslogtreecommitdiffstats
path: root/doc/exec.n
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-04-05 17:04:05 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-04-05 17:04:05 (GMT)
commit9deff281ee0c1e768b0662466e61b8894fb9d54a (patch)
treec00b4c7ffdc40a1e620103c61f8f9ddb374401dc /doc/exec.n
parent3d9106c78b8e38fa4016a3f4d43db9c6900a93a0 (diff)
downloadtcl-9deff281ee0c1e768b0662466e61b8894fb9d54a.zip
tcl-9deff281ee0c1e768b0662466e61b8894fb9d54a.tar.gz
tcl-9deff281ee0c1e768b0662466e61b8894fb9d54a.tar.bz2
TIP 602 - update manpages
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 1f87818..9421eb1 100644
--- a/doc/exec.n
+++ b/doc/exec.n
@@ -449,7 +449,7 @@ encrypted so that only the current user can access it requires use of
the \fICIPHER\fR command, like this:
.PP
.CS
-set secureDir "~/Desktop/Secure Directory"
+set secureDir [file join [file home] Desktop/SecureDirectory]
file mkdir $secureDir
\fBexec\fR CIPHER /e /s:[file nativename $secureDir]
.CE