From 2395a6af78f45b91b11581b2e11b23b85a82006a Mon Sep 17 00:00:00 2001 From: CuleX Date: Wed, 13 Sep 2017 14:24:03 +0200 Subject: [PATCH] Fix function type on man page for crypto_sign --- man/3monocypher/crypto_sign.3monocypher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]" -- 2.47.3