From 8b65f1c97cf2b38d211bb69d0e160ea20137c51b 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) (cherry picked from commit f159d861e2761ffc6421b0486fdd482f37215f9f) --- 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 4998e452b54..22991f5735e 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> -- 2.47.2