From 20bf2c83596ec9d0cc2e5982ff1ee23284036e3a Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 4 May 2025 15:58:48 +0000 Subject: Fix up two markup mistakes with .Fn and .Xr --- src/lib/libcrypto/man/EC_POINT_point2oct.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/EC_POINT_point2oct.3 b/src/lib/libcrypto/man/EC_POINT_point2oct.3 index 7c5ee9923d..e84b939ffb 100644 --- a/src/lib/libcrypto/man/EC_POINT_point2oct.3 +++ b/src/lib/libcrypto/man/EC_POINT_point2oct.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EC_POINT_point2oct.3,v 1.3 2025/05/01 07:27:11 tb Exp $ +.\" $OpenBSD: EC_POINT_point2oct.3,v 1.4 2025/05/04 15:58:48 tb Exp $ .\" .\" Copyright (c) 2025 Theo Buehler .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 1 2025 $ +.Dd $Mdocdate: May 4 2025 $ .Dt EC_POINT_POINT2OCT 3 .Os .Sh NAME @@ -154,7 +154,7 @@ is not and its length .Fa len is sufficiently big, -.Fn EC_POINT_point2oct 3 +.Fn EC_POINT_point2oct writes the .Fa point Ns 's encoding of type @@ -244,7 +244,7 @@ The string must be freed by the caller using is equivalent to .Fn EC_POINT_point2bn followed by -.Fn BN_bn2hex 3 . +.Xr BN_bn2hex 3 . .Pp .Fn EC_POINT_hex2point interprets -- cgit v1.2.3-55-g6feb