summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-25 12:13:24 +0000
committerjoel <joel@FreeBSD.org>2012-03-25 12:13:24 +0000
commit39c40cce12eb24c548affde3ed07fe9647a175ba (patch)
treefc1b17edfa60aba0992a05eff2f94422821c9042 /lib/libcrypt
parent1c68d75a62732e4a0c91cb49c1776151ea8385d2 (diff)
downloadFreeBSD-src-39c40cce12eb24c548affde3ed07fe9647a175ba.zip
FreeBSD-src-39c40cce12eb24c548affde3ed07fe9647a175ba.tar.gz
Remove superfluous paragraph macro.
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/crypt.34
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3
index d3f89e2..b483237 100644
--- a/lib/libcrypt/crypt.3
+++ b/lib/libcrypt/crypt.3
@@ -107,7 +107,6 @@ A brief test on a
crypt to do approximately 2640 crypts
a CPU second and MD5 to do about 62 crypts a CPU second.
.Ss DES Extended Format:
-.Pp
The
.Ar key
is divided into groups of 8 characters (the last group is null-padded)
@@ -163,7 +162,6 @@ string, 20 or 13 bytes (plus null) in length, consisting of the
.Ar salt
followed by the encoded 64-bit encryption.
.Ss "Modular" crypt:
-.Pp
If the salt begins with the string
.Fa $digit$
then the Modular Crypt Format is used.
@@ -199,9 +197,7 @@ An example salt would be:
.Bl -tag -offset indent
.It Cm "$4$thesalt$rest"
.El
-.Pp
.Ss "Traditional" crypt:
-.Pp
The algorithm used will depend upon whether
.Fn crypt_set_format
has been called and whether a global default format has been specified.
OpenPOWER on IntegriCloud