BSD 4_3 release
[unix-history] / usr / man / man3 / crypt.3
index 1c057a1..0337c1c 100644 (file)
@@ -1,18 +1,20 @@
-.TH CRYPT 3 
+.\"    @(#)crypt.3     6.1 (Berkeley) 5/15/85
+.\"
+.TH CRYPT 3  "May 15, 1985"
+.AT 3
 .SH NAME
 crypt, setkey, encrypt \- DES encryption
 .SH SYNOPSIS
 .SH NAME
 crypt, setkey, encrypt \- DES encryption
 .SH SYNOPSIS
+.nf
 .B char *crypt(key, salt)
 .B char *crypt(key, salt)
-.br
 .B char *key, *salt;
 .PP
 .B setkey(key)
 .B char *key, *salt;
 .PP
 .B setkey(key)
-.br
 .B char *key;
 .PP
 .B encrypt(block, edflag)
 .B char *key;
 .PP
 .B encrypt(block, edflag)
-.br
 .B char *block;
 .B char *block;
+.fi
 .SH DESCRIPTION
 .I Crypt
 is the password encryption routine.
 .SH DESCRIPTION
 .I Crypt
 is the password encryption routine.
@@ -22,7 +24,7 @@ implementations of the DES for key search.
 .PP
 The first argument to
 .I crypt
 .PP
 The first argument to
 .I crypt
-is a user's typed password.
+is normally a user's typed password.
 The second is a 2-character string chosen from the
 set [a-zA-Z0-9./].
 The
 The second is a 2-character string chosen from the
 set [a-zA-Z0-9./].
 The