From 5f603a12cd3bc0b7ea43889fabac2f728590497e Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Thu, 1 Feb 2024 10:59:10 +0000 Subject: [PATCH] QUIC QLOG: Minor manpage updates Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/22037) --- doc/man7/openssl-qlog.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.47.2