From 5d5d47bbf1d4b43dfee6838b4be2802e2a51916f Mon Sep 17 00:00:00 2001 From: jmc <> Date: Mon, 30 Jan 2017 07:51:27 +0000 Subject: tweak previous; --- src/lib/libcrypto/man/BN_mod_mul_montgomery.3 | 8 ++++---- src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 | 8 ++++---- src/lib/libcrypto/man/BN_new.3 | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/man/BN_mod_mul_montgomery.3 b/src/lib/libcrypto/man/BN_mod_mul_montgomery.3 index 87f09e3cb6..60791d4bf2 100644 --- a/src/lib/libcrypto/man/BN_mod_mul_montgomery.3 +++ b/src/lib/libcrypto/man/BN_mod_mul_montgomery.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_mod_mul_montgomery.3,v 1.6 2017/01/29 23:41:49 schwarze Exp $ +.\" $OpenBSD: BN_mod_mul_montgomery.3,v 1.7 2017/01/30 07:51:27 jmc Exp $ .\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 .\" .\" 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: January 29 2017 $ +.Dd $Mdocdate: January 30 2017 $ .Dt BN_MOD_MUL_MONTGOMERY 3 .Os .Sh NAME @@ -123,7 +123,7 @@ structure. .Fn BN_MONT_CTX_init initializes an existing uninitialized .Vt BN_MONT_CTX . -It is deprecated and dangerous, see +It is deprecated and dangerous: see .Sx CAVEATS . .Pp .Fn BN_MONT_CTX_set @@ -247,4 +247,4 @@ structure, on one located on the stack, or on one manually, but all these options are discouraged because they will no longer work once .Vt BN_MONT_CTX -will be made opaque. +is made opaque. diff --git a/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 b/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 index a24917bef9..f2e2ac2987 100644 --- a/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 +++ b/src/lib/libcrypto/man/BN_mod_mul_reciprocal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_mod_mul_reciprocal.3,v 1.6 2017/01/29 23:41:49 schwarze Exp $ +.\" $OpenBSD: BN_mod_mul_reciprocal.3,v 1.7 2017/01/30 07:51:27 jmc Exp $ .\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 .\" .\" 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: January 29 2017 $ +.Dd $Mdocdate: January 30 2017 $ .Dt BN_MOD_MUL_RECIPROCAL 3 .Os .Sh NAME @@ -119,7 +119,7 @@ structure. .Fn BN_RECP_CTX_init initializes an existing uninitialized .Vt BN_RECP_CTX . -It is deprecated and dangerous, see +It is deprecated and dangerous: see .Sx CAVEATS . .Pp .Fn BN_RECP_CTX_free @@ -213,4 +213,4 @@ structure, on one located on the stack, or on one manually, but all these options are discouraged because they will no longer work once .Vt BN_RECP_CTX -will be made opaque. +is made opaque. diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3 index ce3734938d..8122e32f79 100644 --- a/src/lib/libcrypto/man/BN_new.3 +++ b/src/lib/libcrypto/man/BN_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_new.3,v 1.8 2017/01/30 01:29:31 schwarze Exp $ +.\" $OpenBSD: BN_new.3,v 1.9 2017/01/30 07:51:27 jmc Exp $ .\" OpenSSL doc/man3/BN_new.pod 2457c19d Mar 6 08:43:36 2004 +0000 .\" OpenSSL doc/man7/bn.pod 05ea606a May 20 20:52:46 2016 -0400 .\" @@ -106,7 +106,7 @@ structure. .Fn BN_init initializes an existing uninitialized .Vt BIGNUM . -It is deprecated and dangerous, see +It is deprecated and dangerous: see .Sx CAVEATS . .Pp .Fn BN_clear @@ -190,4 +190,4 @@ structures manually, but all of these options are discouraged because they will no longer work once the .Vt BIGNUM -data type will be made opaque. +data type is made opaque. -- cgit v1.2.3-55-g6feb