diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-06 13:07:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-06 13:07:52 (GMT) |
commit | ffc7a9f0b97478b4efb04f82c7414b24c94409af (patch) | |
tree | b45bb3d0629cae207e0a2bb1eeff545e64b29408 /doc | |
parent | a557024511668b3e4b5276a0b5334546d0807ddd (diff) | |
download | tcl-ffc7a9f0b97478b4efb04f82c7414b24c94409af.zip tcl-ffc7a9f0b97478b4efb04f82c7414b24c94409af.tar.gz tcl-ffc7a9f0b97478b4efb04f82c7414b24c94409af.tar.bz2 |
More cleaning up.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zipfs.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/zipfs.n b/doc/zipfs.n index 9a241f4..3600e64 100644 --- a/doc/zipfs.n +++ b/doc/zipfs.n @@ -101,10 +101,10 @@ archives as Tcl applications. . Creates an image (potentially a new executable file) similar to \fBzipfs mkzip\fR. If the \fIinfile\fR parameter is specified, this file is prepended -in front of the ZIP archive, otherwise the file returned by \fBinfo -nameofexecutable\fR (i.e., the executable file of the running process) is -used. If the \fIpassword\fR parameter is not empty, an obfuscated version of -that password is placed between the image and ZIP chunks of the output file +in front of the ZIP archive, otherwise the file returned by +\fBinfo nameofexecutable\fR (i.e., the executable file of the running process) +is used. If the \fIpassword\fR parameter is not empty, an obfuscated version +of that password is placed between the image and ZIP chunks of the output file and the contents of the ZIP chunk are protected with that password. .RS .PP |