--- src/lib/libcrypt/crypt.3 2003/06/17 04:26:49 1.2 +++ src/lib/libcrypt/crypt.3 2006/02/10 19:01:09 1.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libcrypt/crypt.3,v 1.6.2.14 2002/12/29 16:35:35 schweikh Exp $ -.\" $DragonFly: src/lib/libcrypt/crypt.3,v 1.1 2003/06/16 04:44:42 dillon Exp $ +.\" $DragonFly$ .\" .\" Manual page, using -mandoc macros .\" @@ -105,7 +105,6 @@ All routines are designed to be time-con 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) @@ -161,7 +160,6 @@ string, 20 or 13 bytes (plus null) in le .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. The @@ -187,7 +185,6 @@ Other crypt formats may be easily added. .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.