summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-03-18 12:58:00 +0000
committerschwarze <schwarze@openbsd.org>2019-03-18 12:58:00 +0000
commit9476a40deffe1967ae2978fcbc17f7fa76805f47 (patch)
tree147839ece9acb3c6714851bd0977e9ce517128b5
parentMake array options a sparse tree instead of an array of char * and (diff)
downloadwireguard-openbsd-9476a40deffe1967ae2978fcbc17f7fa76805f47.tar.xz
wireguard-openbsd-9476a40deffe1967ae2978fcbc17f7fa76805f47.zip
Insert a missing input line break after a .Vt macro;
from Jan Stary <hans at stare dot cz>. Where here, correct one .Vt NULL -> .Dv NULL.
-rw-r--r--lib/libcrypto/man/EC_POINT_new.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libcrypto/man/EC_POINT_new.3 b/lib/libcrypto/man/EC_POINT_new.3
index aee642f52cc..06a15fb62ad 100644
--- a/lib/libcrypto/man/EC_POINT_new.3
+++ b/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 <matt@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: 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