From 026b706b8e85b3080e6028d5d63886f69407156a Mon Sep 17 00:00:00 2001
From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com>
Date: Sun, 24 May 2020 12:54:05 +0200
Subject: [PATCH] doc: Fix .In for optional code
---
.../crypto_ed25519_sign_init_first_pass.3monocypher | 8 ++++----
.../man3/optional/crypto_from_ed25519_private.3monocypher | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/man/man3/optional/crypto_ed25519_sign_init_first_pass.3monocypher b/doc/man/man3/optional/crypto_ed25519_sign_init_first_pass.3monocypher
index 85553d5..9601054 100644
--- a/doc/man/man3/optional/crypto_ed25519_sign_init_first_pass.3monocypher
+++ b/doc/man/man3/optional/crypto_ed25519_sign_init_first_pass.3monocypher
@@ -8,7 +8,7 @@
.\"
.\" ----------------------------------------------------------------------------
.\"
-.\" Copyright (c) 2019 Fabio Scotoni
+.\" Copyright (c) 2019-2020 Fabio Scotoni
.\" All rights reserved.
.\"
.\"
@@ -38,7 +38,7 @@
.\"
.\" ----------------------------------------------------------------------------
.\"
-.\" Written in 2019 by Fabio Scotoni
+.\" Written in 2019-2020 by Fabio Scotoni
.\"
.\" To the extent possible under law, the author(s) have dedicated all copyright
.\" and related neighboring rights to this software to the public domain
@@ -48,7 +48,7 @@
.\" with this software. If not, see
.\"
.\"
-.Dd December 12, 2019
+.Dd May 24,2020
.Dt CRYPTO_ED25519_SIGN_INIT_FIRST_PASS 3MONOCYPHER
.Os
.Sh NAME
@@ -61,7 +61,7 @@
.Nm crypto_ed25519_check_final
.Nd incremental public key signatures
.Sh SYNOPSIS
-.In monocypher.h
+.In monocypher-ed25519.h
.Ft void
.Fo crypto_ed25519_sign_init_first_pass
.Fa "crypto_ed25519_sign_ctx *ctx"
diff --git a/doc/man/man3/optional/crypto_from_ed25519_private.3monocypher b/doc/man/man3/optional/crypto_from_ed25519_private.3monocypher
index cc7fdbd..328eb82 100644
--- a/doc/man/man3/optional/crypto_from_ed25519_private.3monocypher
+++ b/doc/man/man3/optional/crypto_from_ed25519_private.3monocypher
@@ -48,7 +48,7 @@
.\" with this software. If not, see
.\"
.\"
-.Dd March 25, 2020
+.Dd May 24, 2020
.Dt CRYPTO_FROM_ED25519_PRIVATE 3MONOCYPHER
.Os
.Sh NAME
@@ -56,7 +56,7 @@
.Nm crypto_from_ed25519_public
.Nd conversion of key pairs for EdDSA with BLAKE2b to X25519 key pairs
.Sh SYNOPSIS
-.In monocypher.h
+.In monocypher-ed25519.h
.Ft void
.Fo crypto_from_ed25519_private
.Fa "uint8_t x25519[32]"
--
2.47.3