diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2021-03-07 18:42:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2021-03-07 18:42:27 (GMT) |
commit | b9bc37e2b8d6b0ee9fa2839ad1a37f42266d417d (patch) | |
tree | 8da84f881a2fcece514176bf690257f0fcc39ea9 /doc | |
parent | a1d8e47ea7ef4acf4228052d71aa77bf788a9d15 (diff) | |
download | tcl-b9bc37e2b8d6b0ee9fa2839ad1a37f42266d417d.zip tcl-b9bc37e2b8d6b0ee9fa2839ad1a37f42266d417d.tar.gz tcl-b9bc37e2b8d6b0ee9fa2839ad1a37f42266d417d.tar.bz2 |
Added some tests for [zipfs lmkimg]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zipfs.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zipfs.n b/doc/zipfs.n index ada0d28..a75a70b 100644 --- a/doc/zipfs.n +++ b/doc/zipfs.n @@ -84,7 +84,7 @@ Return a list of all files in the mounted zipfs, or just those matching \fIpattern\fR (optionally controlled by the option parameters). The order of the names in the list is arbitrary. .TP -\fBzipfs mount ?\fImountpoint\fR? ?\fIzipfile\fR? ?\fIpassword\fR? +\fBzipfs mount\fR ?\fImountpoint\fR? ?\fIzipfile\fR? ?\fIpassword\fR? . The \fBzipfs mount\fR command mounts a ZIP archive file as a Tcl virtual filesystem at \fImountpoint\fR. After this command executes, files contained |