summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-04 06:28:54 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-04 06:28:54 (GMT)
commitb208f128b43cdc096d9919e6a0b706b336c609bb (patch)
tree08d03f351f3954ece67f81a1c8481edbbb2124a9 /Doc
parent82143348aa85144c03c772bf48c436e10ee37cde (diff)
downloadcpython-b208f128b43cdc096d9919e6a0b706b336c609bb.zip
cpython-b208f128b43cdc096d9919e6a0b706b336c609bb.tar.gz
cpython-b208f128b43cdc096d9919e6a0b706b336c609bb.tar.bz2
Added index entry.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libzlib.tex1
-rw-r--r--Doc/libzlib.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex
index d8ecc98..2e76900 100644
--- a/Doc/lib/libzlib.tex
+++ b/Doc/lib/libzlib.tex
@@ -51,6 +51,7 @@ exception if any error occurs.
\begin{funcdesc}{crc32}{string\optional{, value}}
Computes a CRC (Cyclic Redundancy Check)%
\index{Cyclic Redundancy Check}
+ \index{checksum!Cyclic Redundancy Check}
checksum of \var{string}. If
\var{value} is present, it is used as the starting value of the
checksum; otherwise, a fixed default value is used. This allows
diff --git a/Doc/libzlib.tex b/Doc/libzlib.tex
index d8ecc98..2e76900 100644
--- a/Doc/libzlib.tex
+++ b/Doc/libzlib.tex
@@ -51,6 +51,7 @@ exception if any error occurs.
\begin{funcdesc}{crc32}{string\optional{, value}}
Computes a CRC (Cyclic Redundancy Check)%
\index{Cyclic Redundancy Check}
+ \index{checksum!Cyclic Redundancy Check}
checksum of \var{string}. If
\var{value} is present, it is used as the starting value of the
checksum; otherwise, a fixed default value is used. This allows