From eabb0bcf14aa5200c83aca516df0e762e201ccc3 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 29 Sep 2023 09:28:21 +0000 Subject: [PATCH] Fix a wrong tag and work around an ugly linebreak --- lib/libcrypto/man/X509v3_addr_validate_path.3 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/libcrypto/man/X509v3_addr_validate_path.3 b/lib/libcrypto/man/X509v3_addr_validate_path.3 index 1315e2013e9..109cab3f524 100644 --- a/lib/libcrypto/man/X509v3_addr_validate_path.3 +++ b/lib/libcrypto/man/X509v3_addr_validate_path.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509v3_addr_validate_path.3,v 1.1 2023/09/29 08:57:49 tb Exp $ +.\" $OpenBSD: X509v3_addr_validate_path.3,v 1.2 2023/09/29 09:28:21 tb Exp $ .\" .\" Copyright (c) 2023 Theo Buehler .\" @@ -114,7 +114,7 @@ for .Fa asid . .Sh RETURN VALUES All these functions return 1 on successful validation and 0 otherwise. -.Pa +.Pp For .Fn X509v3_addr_validate_path and @@ -141,12 +141,13 @@ With the exception of an allocation error, no error codes are set on the error stack. .Pp .Fn X509v3_addr_validate_resource_set +accepts a +.Dv NULL +.Fa addrblocks and .Fn X509v3_asid_validate_resource_set -accept a +accepts a .Dv NULL -.Fa addrblocks -or .Fa asid as valid. They fail if -- 2.20.1