From: CuleX Date: Wed, 13 Sep 2017 12:24:03 +0000 (+0200) Subject: Fix function type on man page for crypto_sign X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=2395a6af78f45b91b11581b2e11b23b85a82006a;p=Monocypher.git Fix function type on man page for crypto_sign --- diff --git a/man/3monocypher/crypto_sign.3monocypher b/man/3monocypher/crypto_sign.3monocypher index 93351b5..3eb47b4 100644 --- a/man/3monocypher/crypto_sign.3monocypher +++ b/man/3monocypher/crypto_sign.3monocypher @@ -8,7 +8,7 @@ .Nd public key signatures .Sh SYNOPSIS .In monocypher.h -.Ft int +.Ft void .Fo crypto_sign .Fa "uint8_t signature[64]" .Fa "const uint8_t secret_key[32]"