From b8a102349b19bf7a92f18e0e0156a57c8ff76393 Mon Sep 17 00:00:00 2001 From: schwarze Date: Sat, 30 Sep 2023 14:26:09 +0000 Subject: [PATCH] consistently use "allow_inherit" for the argument name and fix whitespace on one text line; no change of meaning --- lib/libcrypto/man/X509v3_addr_validate_path.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libcrypto/man/X509v3_addr_validate_path.3 b/lib/libcrypto/man/X509v3_addr_validate_path.3 index d3c088c9160..5908eb83137 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.3 2023/09/29 15:41:06 tb Exp $ +.\" $OpenBSD: X509v3_addr_validate_path.3,v 1.4 2023/09/30 14:26:09 schwarze Exp $ .\" .\" Copyright (c) 2023 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: September 29 2023 $ +.Dd $Mdocdate: September 30 2023 $ .Dt X509V3_ADDR_VALIDATE_PATH 3 .Os .Sh NAME @@ -31,7 +31,7 @@ .Fo X509v3_addr_validate_resource_set .Fa "STACK_OF(X509) *chain" .Fa "IPAddrBlocks *addrblocks" -.Fa "int allow_inheritance" +.Fa "int allow_inherit" .Fc .Ft int .Fn X509v3_asid_validate_path "X509_STORE_CTX *ctx" @@ -39,7 +39,7 @@ .Fo X509v3_asid_validate_resource_set .Fa "STACK_OF(X509) *chain" .Fa "ASIdentifiers *asid" -.Fa "int allow_inheritance" +.Fa "int allow_inherit" .Fc .Sh DESCRIPTION Both RFC 3779 extensions require additional checking in the certification @@ -157,8 +157,8 @@ is .Dv NULL or empty. If -.Fa allow_inheritance -is 0 , +.Fa allow_inherit +is 0, .Fa addrblocks or .Fa asid -- 2.20.1