From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Fri, 6 Dec 2019 07:14:10 +0000 (+0100) Subject: Adjust .In directives in optional/ for new prefix X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=bf733b3026803773b12c8997005b4a9c18aa325a;p=Monocypher.git Adjust .In directives in optional/ for new prefix --- diff --git a/doc/man/man3/optional/crypto_ed25519_sign.3monocypher b/doc/man/man3/optional/crypto_ed25519_sign.3monocypher index b3ed25b..b2f0d9e 100644 --- a/doc/man/man3/optional/crypto_ed25519_sign.3monocypher +++ b/doc/man/man3/optional/crypto_ed25519_sign.3monocypher @@ -7,7 +7,7 @@ .Nm crypto_ed25519_sign_public_key .Nd public key signatures .Sh SYNOPSIS -.In monocypher.h +.In monocypher-ed25519.h .Ft void .Fo crypto_ed25519_sign_public_key .Fa "uint8_t public_key[32]" diff --git a/doc/man/man3/optional/crypto_hmac_sha512.3monocypher b/doc/man/man3/optional/crypto_hmac_sha512.3monocypher index d96eb9b..a77b358 100644 --- a/doc/man/man3/optional/crypto_hmac_sha512.3monocypher +++ b/doc/man/man3/optional/crypto_hmac_sha512.3monocypher @@ -8,7 +8,7 @@ .Nm crypto_hmac_sha512_final .Nd cryptographic hash-based message authentication code with SHA-512 .Sh SYNOPSIS -.In monocypher.h +.In monocypher-ed25519.h .Ft void .Fo crypto_hmac_sha512 .Fa "uint8_t hmac[64]" diff --git a/doc/man/man3/optional/crypto_sha512.3monocypher b/doc/man/man3/optional/crypto_sha512.3monocypher index 5a61624..b0421da 100644 --- a/doc/man/man3/optional/crypto_sha512.3monocypher +++ b/doc/man/man3/optional/crypto_sha512.3monocypher @@ -8,7 +8,7 @@ .Nm crypto_sha512_final .Nd cryptographic hashing with the SHA-512 algorithm .Sh SYNOPSIS -.In monocypher.h +.In monocypher-ed25519.h .Ft void .Fo crypto_sha512 .Fa "uint8_t hash[64]"