summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-01-24 23:18:35 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-01-24 23:18:35 +0000
commit0cf09a2c030482e2dcb682f2b64ceecc66133ce2 (patch)
treeca51d5d02fbe66ec6b5db57315ce4f3beba9b1cf
parentf230257e949c7b93e8066a9daa20055e259c6206 (diff)
bump the year for ISO/IEC 8802:3 from 1989 to 1996;
ingo recommends not defining a new St macro for every revision here ok sobrado schwarze
-rw-r--r--bin/md5/cksum.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/md5/cksum.1 b/bin/md5/cksum.1
index 42d12ac611c..8874a958a86 100644
--- a/bin/md5/cksum.1
+++ b/bin/md5/cksum.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cksum.1,v 1.31 2014/01/20 21:27:39 schwarze Exp $
+.\" $OpenBSD: cksum.1,v 1.32 2014/01/24 23:18:34 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)cksum.1 8.2 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: January 20 2014 $
+.Dd $Mdocdate: January 24 2014 $
.Dt CKSUM 1
.Os
.Sh NAME
@@ -224,7 +224,7 @@ Partial blocks are rounded up.
.Pp
The default CRC used is based on the polynomial used for CRC error checking
in the networking standard
-.St -iso8802-3 .
+ISO/IEC 8802-3:1996.
The CRC checksum encoding is defined by the generating polynomial:
.Bd -unfilled -offset indent
G(x) = x^32 + x^26 + x^23 + x^22 + x^16 + x^12 +