diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-05 16:05:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-05 16:05:36 (GMT) |
commit | e6d8763bc8e167637a136b863e0728665471eff3 (patch) | |
tree | dcd63dcfb36e95741a3c4c89b7a852034b2a9011 /doc/zlib.n | |
parent | c69794cc05d5ab01537ede052537fa25613c01c4 (diff) | |
parent | 7d602745337ea00ec3bd5cbb4efcd1c0e3379fbb (diff) | |
download | tcl-e6d8763bc8e167637a136b863e0728665471eff3.zip tcl-e6d8763bc8e167637a136b863e0728665471eff3.tar.gz tcl-e6d8763bc8e167637a136b863e0728665471eff3.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/zlib.n')
-rw-r--r-- | doc/zlib.n | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -200,9 +200,10 @@ data corruption. .TP \fB\-checksum\fR . -This read-only option, valid for both compressing and decompressing -transforms, gets the current checksum for the uncompressed data that the -compression engine has seen so far. The compression algorithm depends on what +This read-only option gets the current checksum for the uncompressed data +that the compression engine has seen so far. It is valid for both +compressing and decompressing transforms, but not for the raw inflate +and deflate formats. The compression algorithm depends on what format is being produced or consumed. .TP \fB\-header\fR |