X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/0d4e268a25ff7c416d2229057a77c451407a5db0..08da152ecf0c34dbb9fbfa9e863f1057c092e860:/man/crc32.3 diff --git a/man/crc32.3 b/man/crc32.3 index 911cf5f..3b91764 100644 --- a/man/crc32.3 +++ b/man/crc32.3 @@ -1,7 +1,8 @@ .\" -*-nroff-*- -.TH crc32 3mLib "8 May 1999" "mLib" +.TH crc32 3 "8 May 1999" "mLib" .SH NAME crc32 \- calculate 32-bit CRC +.\" @crc32 .SH SYNOPSIS .nf .B "#include " @@ -44,5 +45,7 @@ remainder after division in the finite field GF(2^32) of the block by a carefully chosen polynomial of order 32. .SH "RETURN VALUE" The return value is the 32-bit CRC of the input block. +.SH "SEE ALSO" +.BR mLib (3). .SH AUTHOR Mark Wooding,