From bf733b3026803773b12c8997005b4a9c18aa325a Mon Sep 17 00:00:00 2001 From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Fri, 6 Dec 2019 08:14:10 +0100 Subject: [PATCH] Adjust .In directives in optional/ for new prefix --- doc/man/man3/optional/crypto_ed25519_sign.3monocypher | 2 +- doc/man/man3/optional/crypto_hmac_sha512.3monocypher | 2 +- doc/man/man3/optional/crypto_sha512.3monocypher | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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]" -- 2.47.3