Added index entry.

This commit is contained in:
Fred Drake 1998-04-04 06:28:54 +00:00
parent 82143348aa
commit b208f128b4
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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