diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-18 21:23:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-18 21:23:47 (GMT) |
commit | 2cc77fb13283a1fb2330293fd0d7326b5569ec4c (patch) | |
tree | a4cd0d4bb2516e89a05f2bc0ca288cb792d48991 /doc/TclZlib.3 | |
parent | 404238ca7e941ab1baf288c6b14b1f5acdec0643 (diff) | |
download | tcl-2cc77fb13283a1fb2330293fd0d7326b5569ec4c.zip tcl-2cc77fb13283a1fb2330293fd0d7326b5569ec4c.tar.gz tcl-2cc77fb13283a1fb2330293fd0d7326b5569ec4c.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 |