diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 01:34:38 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 01:34:38 +0000 |
| commit | a910f192bb551fc462329acfa229776a715157ec (patch) | |
| tree | 4cde8a6006483cd3dd5ab1f0ba953d0007bb8bb8 /lib/libcrypt | |
| parent | bdd87f4f447a921426ecfedeee8abbb6e2ff1f34 (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/crypt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3 index bb292f003174..f5fd8b56eeb0 100644 --- a/lib/libcrypt/crypt.3 +++ b/lib/libcrypt/crypt.3 @@ -87,7 +87,7 @@ If it begins with an underscore then the .Tn DES Extended Format -is used in interpreting both the the key and the salt, as outlined below. +is used in interpreting both the key and the salt, as outlined below. .It Modular If it begins with the string .Dq $digit$ @@ -108,7 +108,7 @@ a CPU second and MD5 to do about 62 crypts a CPU second. 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 .Tn DES key as follows: |
