From: Hugo Landau Date: Thu, 1 Feb 2024 10:59:10 +0000 (+0000) Subject: QUIC QLOG: Minor manpage updates X-Git-Tag: openssl-3.3.0-alpha1~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f603a12cd3bc0b7ea43889fabac2f728590497e;p=thirdparty%2Fopenssl.git QUIC QLOG: Minor manpage updates Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/22037) --- diff --git a/doc/man7/openssl-qlog.pod b/doc/man7/openssl-qlog.pod index 2fcfe5a5c85..17c56f1b07c 100644 --- a/doc/man7/openssl-qlog.pod +++ b/doc/man7/openssl-qlog.pod @@ -22,11 +22,11 @@ for details. =head1 USAGE -The qlog functionality must be explicitly enabled at build time using the -I configure flag. +The qlog functionality must be explicitly enabled at OpenSSL build time using +the I configure flag. -When built with qlog support, qlog is enabled at run time by setting the -standard B environment variable to point to a directory where qlog +When OpenSSL is built with qlog support, qlog is enabled at run time by setting +the standard B environment variable to point to a directory where qlog files should be written. Once set, any QUIC connection established by OpenSSL will have a qlog file written automatically to the specified directory.