From 1df3a8a80e89b7608643acd3d52d15b028db51d7 Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Mon, 14 Jul 2025 10:29:56 +0200 Subject: [PATCH] doc/man7/openssl-env: OPENSSL_TRACE: tfix Fixes: ee0bf38e8709 "improve and move text on OPENSSL_TRACE from doc/man1/openssl.pod to doc/man7/openssl-env.pod" Signed-off-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/28025) --- doc/man7/openssl-env.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man7/openssl-env.pod b/doc/man7/openssl-env.pod index 828554a9557..adbb3ecd39c 100644 --- a/doc/man7/openssl-env.pod +++ b/doc/man7/openssl-env.pod @@ -117,7 +117,7 @@ Unless OpenSSL tracing support is generally disabled, enable trace output of specific parts of OpenSSL libraries, by name. This output usually makes sense only if you know OpenSSL internals well. -The value of this environment varialble is a comma-separated list of names, +The value of this environment variable is a comma-separated list of names, with the following available: =over 4 -- 2.47.2