.Nm makekey
.Sh DESCRIPTION
.Nm Makekey
-encrypts a key and salt which it reads from the standard input
-and writes the result to the standard output.
-The key is expected to be
-ten bytes; the salt is expected to be two bytes.
+encrypts a key and salt which it reads from the standard input,
+writing the result to the standard output.
+The key and salt values are expected to be ten and two bytes,
+respectively, in length.
See
.Xr crypt 3
for more information on what characters the key and salt can contain
and how the encrypted value is calculated.
.Sh SEE ALSO
-.Xr login 1 ,
.Xr crypt 1 ,
+.Xr login 1 ,
.Xr crypt 3
.Sh HISTORY
A
-.Nm
+.Nm makekey
command appeared in Version 7 AT&T UNIX.