diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-24 00:03:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-24 00:03:18 (GMT) |
commit | 4d2c8ff94995922844eb90c417935958838c36d0 (patch) | |
tree | 9674981296374464f28645447c3a135102329d97 /doc/zlib.n | |
parent | 1cc677fe337ed9c32c7a1bbaafc2988e98a8076f (diff) | |
download | tcl-4d2c8ff94995922844eb90c417935958838c36d0.zip tcl-4d2c8ff94995922844eb90c417935958838c36d0.tar.gz tcl-4d2c8ff94995922844eb90c417935958838c36d0.tar.bz2 |
Added a note that 'zlib push' is reversed by 'chan pop'.
Diffstat (limited to 'doc/zlib.n')
-rw-r--r-- | doc/zlib.n | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: zlib.n,v 1.6 2008/12/19 18:23:04 dgp Exp $ +'\" RCS: @(#) $Id: zlib.n,v 1.7 2009/01/24 00:03:18 dkf Exp $ '\" .so man.macros .TH zlib n 8.6 Tcl "Tcl Built-In Commands" @@ -131,7 +131,9 @@ is to be used to receive the data. \fBzlib push\fI mode channel\fR ?\fIoptions ...\fR . Pushes a compressing or decompressing transformation onto the channel -\fIchannel\fR. The \fImode\fR argument determines what type of transformation +\fIchannel\fR. +The transformation can be removed again with \fBchan pop\fR. +The \fImode\fR argument determines what type of transformation is pushed; the following are supported: .RS .TP |