aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cksum/cksum.1
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
commit0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96 (patch)
treeb3bc1578c597e5672077e41ccd208441fd2d7f64 /usr.bin/cksum/cksum.1
parent7558f6b4f393bba0bb7774274e201ae91731f960 (diff)
Notes
Diffstat (limited to 'usr.bin/cksum/cksum.1')
-rw-r--r--usr.bin/cksum/cksum.11
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1
index d4a0ee7d3ed2..3ababd61b3d9 100644
--- a/usr.bin/cksum/cksum.1
+++ b/usr.bin/cksum/cksum.1
@@ -122,7 +122,6 @@ in the networking standard
The
.Tn CRC
checksum encoding is defined by the generating polynomial:
-.Pp
.Bd -unfilled -offset indent
G(x) = x^32 + x^26 + x^23 + x^22 + x^16 + x^12 +
x^11 + x^10 + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1