Fixed a formatting error in the prototype for crypt().

This commit is contained in:
Bruce Evans 1999-12-23 16:53:18 +00:00
parent e7589db845
commit d3f0d184db

View File

@ -38,8 +38,8 @@
.Nm crypt
.Nd Trapdoor encryption
.Sh SYNOPSIS
.Ft char
.Fn *crypt "const char *key" "const char *salt"
.Ft char *
.Fn crypt "const char *key" "const char *salt"
.Sh DESCRIPTION
The
.Fn crypt