diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 524645de..239c9b30 100644 --- a/src/lib/libc/crypt/crypt.3 +++ b/src/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.11 1998/02/27 12:17:45 deraadt Exp $ +.\" $OpenBSD: crypt.3,v 1.12 1999/03/18 11:08:33 aaron Exp $ .\" .\" FreeSec: libcrypt .\" @@ -77,7 +77,7 @@ and a ``$2'' chooses Blowfish hashing, see below for more information. The .Ar key is divided into groups of 8 characters (the last group is null-padded) -and the low-order 7 bits of each each character (56 bits per group) are +and the low-order 7 bits of each character (56 bits per group) are used to form the DES key as follows: the first group of 56 bits becomes the initial DES key. For each additional group, the XOR of the encryption of the current DES