diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-12 18:45:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-12 18:45:54 (GMT) |
commit | 2482413c83a6fc4c661a24357b0972212d5586e3 (patch) | |
tree | d5e9dfc4891dc19c805b5807439a59dba64cea57 /doc/zipfs.n | |
parent | de2192ab2097c8b53fd997775bbd1b74b4e8b8f0 (diff) | |
download | tcl-2482413c83a6fc4c661a24357b0972212d5586e3.zip tcl-2482413c83a6fc4c661a24357b0972212d5586e3.tar.gz tcl-2482413c83a6fc4c661a24357b0972212d5586e3.tar.bz2 |
Minor doc update
Diffstat (limited to 'doc/zipfs.n')
-rw-r--r-- | doc/zipfs.n | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/zipfs.n b/doc/zipfs.n index 9ed136d..c27b5d5 100644 --- a/doc/zipfs.n +++ b/doc/zipfs.n @@ -30,9 +30,8 @@ zipfs \- Mount and work with ZIP files within Tcl \fBzipfs root\fR \fBzipfs unmount\fR \fImountpoint\fR .fi -'\" The following subcommands are *UNDOCUMENTED* (the list here is not documentation) +'\" The following subcommand is *UNDOCUMENTED* '\" \fBzipfs mount_data\fR ?\fImountpoint\fR? ?\fIdata\fR? -'\" \fBzipfs tcl_library\fR .BE .SH DESCRIPTION .PP @@ -245,10 +244,8 @@ close $f # Launch the executable, printing its output to stdout exec $img >@stdout -# prints: \fI Hi. This is //zipfs:/app/main.tcl\fR +# prints: \fIHi. This is //zipfs:/app/main.tcl\fR .CE -'\" WANTED: How to use the passwords -'\" WANTED: How to package an application .SH "SEE ALSO" tclsh(1), file(n), zipfs(3), zlib(n) .SH "KEYWORDS" |