summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-24 01:34:38 +0000
committerdd <dd@FreeBSD.org>2001-06-24 01:34:38 +0000
commit04d1b1c8dd05e02be9bf1f04594d145acee47b4d (patch)
tree4cde8a6006483cd3dd5ab1f0ba953d0007bb8bb8 /lib/libcrypt
parent6e42c65278420d8e6e002d2e9f622153e26103a4 (diff)
downloadFreeBSD-src-04d1b1c8dd05e02be9bf1f04594d145acee47b4d.zip
FreeBSD-src-04d1b1c8dd05e02be9bf1f04594d145acee47b4d.tar.gz
Remove duplicate words.
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/crypt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3
index bb292f0..f5fd8b5 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:
OpenPOWER on IntegriCloud