QUIC QLOG: Minor manpage updates
authorHugo Landau <hlandau@openssl.org>
Thu, 1 Feb 2024 10:59:10 +0000 (10:59 +0000)
committerHugo Landau <hlandau@openssl.org>
Fri, 2 Feb 2024 11:50:30 +0000 (11:50 +0000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22037)

doc/man7/openssl-qlog.pod

index 2fcfe5a5c85f7d53102fc7a1a1fbb2ff52662a25..17c56f1b07c7aa54e3eee1d03c435d3148d476b4 100644 (file)
@@ -22,11 +22,11 @@ for details.
 
 =head1 USAGE
 
-The qlog functionality must be explicitly enabled at build time using the
-I<enable-unstable-qlog> configure flag.
+The qlog functionality must be explicitly enabled at OpenSSL build time using
+the I<enable-unstable-qlog> configure flag.
 
-When built with qlog support, qlog is enabled at run time by setting the
-standard B<QLOGDIR> 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<QLOGDIR> 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.