From b07a273f59bd8a1738d86dca8720d0d11b6c8bd0 Mon Sep 17 00:00:00 2001 From: Alexander Heinlein Date: Tue, 21 Jan 2025 08:34:53 +0100 Subject: [PATCH] config.pod: Fix typo CLA: trivial Signed-off-by: Alexander Heinlein Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26497) --- doc/man5/config.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man5/config.pod b/doc/man5/config.pod index 8b3bf20cee3..5150e413c5f 100644 --- a/doc/man5/config.pod +++ b/doc/man5/config.pod @@ -275,7 +275,7 @@ value will result in an error. If enabled, informs the library to clear the error stack on failure to activate requested provider. A value of 1, yes, true or on (in lower or uppercase) will -activate this setting, while a value of 0, no, false, of off (again in lower or +activate this setting, while a value of 0, no, false, or off (again in lower or uppercase) will disable this setting. Any other value will produce an error. Note this setting defaults to off if not provided -- 2.47.2