X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/484eed5d07c30d877e93e18bbab95f1ffbddaa24..d2a91066c99aebac0e651b09ffd699b17f156f94:/man/crc32.3 diff --git a/man/crc32.3 b/man/crc32.3 index 3b91764..3d2dead 100644 --- a/man/crc32.3 +++ b/man/crc32.3 @@ -1,4 +1,12 @@ .\" -*-nroff-*- +.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 @@ -41,8 +49,8 @@ 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"