From 5c452f83e9b80612a1b6d61e4403ae97194a8b67 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 18 Mar 2019 12:58:00 +0000 Subject: Insert a missing input line break after a .Vt macro; from Jan Stary . Where here, correct one .Vt NULL -> .Dv NULL. --- src/lib/libcrypto/man/EC_POINT_new.3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/EC_POINT_new.3 b/src/lib/libcrypto/man/EC_POINT_new.3 index aee642f52c..06a15fb62a 100644 --- a/src/lib/libcrypto/man/EC_POINT_new.3 +++ b/src/lib/libcrypto/man/EC_POINT_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EC_POINT_new.3,v 1.9 2018/03/29 20:56:49 schwarze Exp $ +.\" $OpenBSD: EC_POINT_new.3,v 1.10 2019/03/18 12:58:00 schwarze Exp $ .\" full merge up to: OpenSSL ddc1caac Mar 6 14:00:24 2018 -0500 .\" .\" This file was written by Matt Caswell . @@ -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: March 29 2018 $ +.Dd $Mdocdate: March 18 2019 $ .Dt EC_POINT_NEW 3 .Os .Sh NAME @@ -455,7 +455,7 @@ returns the length of the required buffer, or 0 on error. returns the pointer to the .Vt BIGNUM supplied or -.Vt NULL +.Dv NULL on error. .Pp .Fn EC_POINT_bn2point @@ -472,7 +472,8 @@ on error. .Pp .Fn EC_POINT_hex2point returns the pointer to the -.Vt EC_POINT supplied or +.Vt EC_POINT +supplied or .Dv NULL on error. .Sh SEE ALSO -- cgit v1.2.3-55-g6feb