diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-01-18 09:28:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-01-18 09:28:55 (GMT) |
commit | f6bb864fc7610c6c893acee7b4a7604a287e6018 (patch) | |
tree | b7a80ecb0ea7c57a69c4c50edce7333f341ec48a /doc/zipfs.n | |
parent | 982211da161390b9c9d77815748c4519258e0ab5 (diff) | |
download | tcl-f6bb864fc7610c6c893acee7b4a7604a287e6018.zip tcl-f6bb864fc7610c6c893acee7b4a7604a287e6018.tar.gz tcl-f6bb864fc7610c6c893acee7b4a7604a287e6018.tar.bz2 |
Minor tweaks in documentation/testcases. Don't use deprecated Tcl methods any more
Diffstat (limited to 'doc/zipfs.n')
-rw-r--r-- | doc/zipfs.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/zipfs.n b/doc/zipfs.n index b21ad57..d16c047 100644 --- a/doc/zipfs.n +++ b/doc/zipfs.n @@ -22,7 +22,7 @@ zipfs \- Mount and work with ZIP files within Tcl \fB::zipfs::mkimg\fR \fIoutfile\fR \fIindir\fR \fI?strip?\fR \fI?password?\fR \fI?infile?\fR \fB::zipfs::mkkey\fR \fIpassword\fR \fB::zipfs::mkzip\fR \fIoutfile\fR \fIindir\fR \fI?strip?\fR \fI?password?\fR -\fB::zipfs::mount\fR \fI?zipfile\fR \fI?mountpoint?\fR \fI?password?\fR +\fB::zipfs::mount\fR \fI?zipfile?\fR \fI?mountpoint?\fR \fI?password?\fR \fB::zipfs::unmount\fR \fIzipfile\fR .fi .BE @@ -94,7 +94,7 @@ Caution: the choice of the \fIindir\fR parameter archive's content. .RE .TP -\fB::zipfs::mount ?\fIzipfile\fR? ?\fImountpoint\fR? +\fB::zipfs::mount ?\fIzipfile\fR? ?\fImountpoint\fR? ?\fIpassword\fR? . The \fB::zipfs::mount\fR command mounts a ZIP archive file as a VFS. After this command executes, files contained in \fIzipfile\fR |