summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2019-03-18 12:58:00 +0000
committerschwarze <>2019-03-18 12:58:00 +0000
commit5c452f83e9b80612a1b6d61e4403ae97194a8b67 (patch)
tree853c567edce12c49ffb63302878e11c64b80af8a
parent4a75df5bf2e18cadd97b58970d202fd74c91f934 (diff)
downloadopenbsd-5c452f83e9b80612a1b6d61e4403ae97194a8b67.tar.gz
openbsd-5c452f83e9b80612a1b6d61e4403ae97194a8b67.tar.bz2
openbsd-5c452f83e9b80612a1b6d61e4403ae97194a8b67.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--src/lib/libcrypto/man/EC_POINT_new.39
1 files changed, 5 insertions, 4 deletions
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 @@
1.\" $OpenBSD: EC_POINT_new.3,v 1.9 2018/03/29 20:56:49 schwarze Exp $ 1.\" $OpenBSD: EC_POINT_new.3,v 1.10 2019/03/18 12:58:00 schwarze Exp $
2.\" full merge up to: OpenSSL ddc1caac Mar 6 14:00:24 2018 -0500 2.\" full merge up to: OpenSSL ddc1caac Mar 6 14:00:24 2018 -0500
3.\" 3.\"
4.\" This file was written by Matt Caswell <matt@openssl.org>. 4.\" This file was written by Matt Caswell <matt@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: March 29 2018 $ 51.Dd $Mdocdate: March 18 2019 $
52.Dt EC_POINT_NEW 3 52.Dt EC_POINT_NEW 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -455,7 +455,7 @@ returns the length of the required buffer, or 0 on error.
455returns the pointer to the 455returns the pointer to the
456.Vt BIGNUM 456.Vt BIGNUM
457supplied or 457supplied or
458.Vt NULL 458.Dv NULL
459on error. 459on error.
460.Pp 460.Pp
461.Fn EC_POINT_bn2point 461.Fn EC_POINT_bn2point
@@ -472,7 +472,8 @@ on error.
472.Pp 472.Pp
473.Fn EC_POINT_hex2point 473.Fn EC_POINT_hex2point
474returns the pointer to the 474returns the pointer to the
475.Vt EC_POINT supplied or 475.Vt EC_POINT
476supplied or
476.Dv NULL 477.Dv NULL
477on error. 478on error.
478.Sh SEE ALSO 479.Sh SEE ALSO