chiark / gitweb /
Add list of link pages to generate.
[mLib] / man / crc32.3
index 911cf5f294c8a5bdcf3caac91a3ced2dfef6ce31..3b91764f6854c46b4f8716b14870aff676487fa8 100644 (file)
@@ -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 <mLib/crc32.h>"
@@ -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, <mdw@nsict.org>