diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2008-12-18 21:23:47 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2008-12-18 21:23:47 (GMT) |
| commit | 6a55366cc93f7e98f94d97a3a5415ecd96a298ff (patch) | |
| tree | a4cd0d4bb2516e89a05f2bc0ca288cb792d48991 /doc/TclZlib.3 | |
| parent | 57d373a1b6fac5eaa60dc4fe7e23c19c47a1a487 (diff) | |
| download | tcl-6a55366cc93f7e98f94d97a3a5415ecd96a298ff.zip tcl-6a55366cc93f7e98f94d97a3a5415ecd96a298ff.tar.gz tcl-6a55366cc93f7e98f94d97a3a5415ecd96a298ff.tar.bz2 | |
Formatting cleanup.
Diffstat (limited to 'doc/TclZlib.3')
| -rw-r--r-- | doc/TclZlib.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TclZlib.3 b/doc/TclZlib.3 index 103f2e8..4018cf0 100644 --- a/doc/TclZlib.3 +++ b/doc/TclZlib.3 @@ -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: TclZlib.3,v 1.1 2008/12/13 17:36:34 dkf Exp $ +'\" RCS: @(#) $Id: TclZlib.3,v 1.2 2008/12/18 21:23:47 dkf Exp $ '\" .so man.macros .TH TclZlib 3 8.6 Tcl "Tcl Built-In Commands" @@ -120,7 +120,7 @@ result. Note that the \fIdictObj\fR parameter is only used when the bytes. Typical usage is: .PP .CS -checksum = Tcl_ZlibCRC32(Tcl_ZlibCRC32(0,NULL,0), data, length); +checksum = \fBTcl_ZlibCRC32\fR(\fBTcl_ZlibCRC32\fR(0,NULL,0), data, length); .CE .PP \fBTcl_ZlibStreamInit\fR creates a compressing or decompressing stream that is |
