From: Dr. Matthias St. Pierre Date: Sun, 10 May 2020 00:42:58 +0000 (+0200) Subject: doc: fix trace category names X-Git-Tag: openssl-3.0.0-alpha3~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e978ab7894e966579fcd372d7cba9e051ba90150;p=oweals%2Fopenssl.git doc: fix trace category names The `ENGINE_CONF` and `PROVIDER_CONF` trace categories were merged into a single `CONF` category (see bc362b9b7202 and 71849dff56d6). Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11806) --- diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod index 7170a98448..4bf1a00b0e 100644 --- a/doc/man1/openssl.pod +++ b/doc/man1/openssl.pod @@ -1298,9 +1298,9 @@ General SSL/TLS. SSL/TLS cipher. -=item B +=item B -ENGINE configuration. +Show details about provider and engine configuration. =item B diff --git a/doc/man3/OSSL_trace_set_channel.pod b/doc/man3/OSSL_trace_set_channel.pod index 1105479af2..57a5a1c8c9 100644 --- a/doc/man3/OSSL_trace_set_channel.pod +++ b/doc/man3/OSSL_trace_set_channel.pod @@ -178,9 +178,9 @@ point during evaluation. Traces BIGNUM context operations. -=item C +=item C -Traces the OSSL_PROVIDER configuration. +Traces details about the provider and engine configuration. =back