summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2023-10-21 13:53:44 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2023-10-21 13:53:44 +0000
commit0a1ae703be21232f0f804cd84e9a5b7603352822 (patch)
tree5d62a2ff1998bf2fd4a95bc2e1d1a54640478739 /lib
parent9e20a651e1dee7dca7d97787cdfe25688e4a1dd7 (diff)
style tweak: avoid double conjunction to make it read better
OK tb@
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/man/BN_mod_inverse.38
1 files 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 <ulf@openssl.org>.
@@ -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