From 1687aac2caf84d7960cd4d9985424379e5279714 Mon Sep 17 00:00:00 2001 From: schwarze Date: Sat, 21 Oct 2023 13:53:43 +0000 Subject: [PATCH] style tweak: avoid double conjunction to make it read better OK tb@ --- lib/libcrypto/man/BN_mod_inverse.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libcrypto/man/BN_mod_inverse.3 b/lib/libcrypto/man/BN_mod_inverse.3 index f76191bd6ac..d0a4b458f41 100644 --- a/lib/libcrypto/man/BN_mod_inverse.3 +++ b/lib/libcrypto/man/BN_mod_inverse.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_mod_inverse.3,v 1.12 2023/10/19 19:17:46 tb Exp $ +.\" $OpenBSD: BN_mod_inverse.3,v 1.13 2023/10/21 13:53:43 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Ulf Moeller . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 19 2023 $ +.Dd $Mdocdate: October 21 2023 $ .Dt BN_MOD_INVERSE 3 .Os .Sh NAME @@ -71,9 +71,9 @@ modulo .Fa m and places the result in .Fa r , -so +so that .Fa r -is such that +satisfies .Li a * r == 1 (mod m) . If .Fa r -- 2.20.1