From f159d861e2761ffc6421b0486fdd482f37215f9f Mon Sep 17 00:00:00 2001 From: Jaime Hablutzel Date: Mon, 17 Jun 2024 11:40:08 -0500 Subject: [PATCH] Fix typo in openssl-verification-options documentation. CLA: trivial Reviewed-by: Tom Cosgrove Reviewed-by: Kurt Roeckx Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24662) --- doc/man1/openssl-verification-options.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man1/openssl-verification-options.pod b/doc/man1/openssl-verification-options.pod index 05bb560d86..4bb4e9c471 100644 --- a/doc/man1/openssl-verification-options.pod +++ b/doc/man1/openssl-verification-options.pod @@ -430,7 +430,7 @@ This option may be used multiple times. =item B<-policy> I Enable policy processing and add I to the user-initial-policy-set (see -RFC5280). The policy I can be an object name an OID in numeric form. +RFC5280). The policy I can be an object name or an OID in numeric form. This argument can appear more than once. =item B<-explicit_policy>