chiark / gitweb /
Include types with tabulated function arguments and structure members.
[mLib] / man / crc32.3
index 911cf5f294c8a5bdcf3caac91a3ced2dfef6ce31..3d2dead447580f3547df7209a4b91cdb601c698f 100644 (file)
@@ -1,7 +1,16 @@
 .\" -*-nroff-*-
-.TH crc32 3mLib "8 May 1999" "mLib"
+.ie t \{\
+.  ds ss \s8\u
+.  ds se \d\s0
+.\}
+.el \{\
+.  ds ss ^
+.  ds se
+.\}
+.TH crc32 3 "8 May 1999" "mLib"
 .SH NAME
 crc32 \- calculate 32-bit CRC
+.\" @crc32
 .SH SYNOPSIS
 .nf
 .B "#include <mLib/crc32.h>"
@@ -40,9 +49,11 @@ a given block in a way which doesn't change its (unknown) CRC.
 .PP
 The exact behaviour of the CRC is beyond the scope of this manual;
 suffice to say that the result is, in some suitable representation, the
-remainder after division in the finite field GF(2^32) of the block by a
-carefully chosen polynomial of order 32.
+remainder after division in the finite field GF(2\*(ss32\*(se) 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>