From c29ca2a751edd269145b16c65249725d015936c4 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 7 Oct 2024 21:37:58 +0200 Subject: [PATCH] fixup! improve and move text on OPENSSL_TRACE from doc/man1/openssl.pod to doc/man7/openssl-env.pod --- doc/man1/openssl.pod | 3 ++- doc/man3/OSSL_HTTP_REQ_CTX.pod | 4 ++-- doc/man3/OSSL_HTTP_transfer.pod | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod index e8453ef7e0be0..c67f8c68e7d10 100644 --- a/doc/man1/openssl.pod +++ b/doc/man1/openssl.pod @@ -691,10 +691,11 @@ See L for a more detailed description. =head1 ENVIRONMENT -The OpenSSL libraries can be take some configuration parameters from the +The OpenSSL libraries can take some configuration parameters from the environment. For information about all environment variables used by the OpenSSL libraries, +such as B, B, and B, see L. For information about the use of environment variables in configuration, diff --git a/doc/man3/OSSL_HTTP_REQ_CTX.pod b/doc/man3/OSSL_HTTP_REQ_CTX.pod index 2a1485cbe9a26..a53070e49c2f9 100644 --- a/doc/man3/OSSL_HTTP_REQ_CTX.pod +++ b/doc/man3/OSSL_HTTP_REQ_CTX.pod @@ -241,7 +241,7 @@ with OSSL_HTTP_REQ_CTX_nbio() or OSSL_HTTP_REQ_CTX_exchange(). When built with tracing enabled, OSSL_HTTP_REQ_CTX_nbio() and all functions using it, such as OSSL_HTTP_REQ_CTX_exchange() and L, may be traced using B. -See also L and L. +See also L and L. =head1 RETURN VALUES @@ -279,7 +279,7 @@ L, L, L, L, -L +L, and L. =head1 HISTORY diff --git a/doc/man3/OSSL_HTTP_transfer.pod b/doc/man3/OSSL_HTTP_transfer.pod index f6be9e3f77d76..4d0ed6d1bb6c7 100644 --- a/doc/man3/OSSL_HTTP_transfer.pod +++ b/doc/man3/OSSL_HTTP_transfer.pod @@ -262,7 +262,7 @@ other HTTP client implementations such as wget, curl, and git. When built with tracing enabled, OSSL_HTTP_transfer() and all functions using it may be traced using B. -See also L and L. +See also L and L. =head1 RETURN VALUES @@ -286,7 +286,7 @@ OSSL_HTTP_close() returns 0 if anything went wrong while disconnecting, else 1. L, L, L, L, L, -L +L, and L. =head1 HISTORY