diff options
author | dgp <dgp@users.sourceforge.net> | 2018-10-17 16:37:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-10-17 16:37:20 (GMT) |
commit | b08951598aa8a972babc372427beb1a7ab5c1d69 (patch) | |
tree | 060d9261e777b81a4276695532b35a3b00caaa52 /doc | |
parent | d2757b3cdbf7e69ea2e63973357cd3665a581d5f (diff) | |
parent | dcb45769e1fb32f7cc1d11d3eac71090a939aaec (diff) | |
download | tcl-b08951598aa8a972babc372427beb1a7ab5c1d69.zip tcl-b08951598aa8a972babc372427beb1a7ab5c1d69.tar.gz tcl-b08951598aa8a972babc372427beb1a7ab5c1d69.tar.bz2 |
merge 8.7
Diffstat (limited to 'doc')
-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" |