chiark / gitweb /
Update manual style.
[mLib] / man / crc32.3
index 79a6bd9a7f999405f286e3db8435c055bbce29b1..c9e34ba611aa31f30becacfe23ec38122e778f85 100644 (file)
@@ -7,7 +7,7 @@
 .  ds ss ^
 .  ds se
 .\}
 .  ds ss ^
 .  ds se
 .\}
-.TH crc32 3 "8 May 1999" "mLib"
+.TH crc32 3 "8 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 crc32 \- calculate 32-bit CRC
 .\" @crc32
 .SH NAME
 crc32 \- calculate 32-bit CRC
 .\" @crc32
@@ -49,8 +49,7 @@ 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
 .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\*(ss32\*(se) of the
-block by a carefully chosen polynomial of order 32.
+remainder after division by a degree-32 polynomial in GF(2)[x].
 .SH "RETURN VALUE"
 The return value is the 32-bit CRC of the input block.
 .SH "SEE ALSO"
 .SH "RETURN VALUE"
 The return value is the 32-bit CRC of the input block.
 .SH "SEE ALSO"