Fixed a formatting error in the prototype for crypt().
This commit is contained in:
parent
e7589db845
commit
d3f0d184db
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user