diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-05 17:04:05 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-05 17:04:05 (GMT) |
commit | 9deff281ee0c1e768b0662466e61b8894fb9d54a (patch) | |
tree | c00b4c7ffdc40a1e620103c61f8f9ddb374401dc /doc/exec.n | |
parent | 3d9106c78b8e38fa4016a3f4d43db9c6900a93a0 (diff) | |
download | tcl-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.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |