summaryrefslogtreecommitdiffstats
path: root/doc/designs
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-23 16:24:59 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:50:29 +0000
commitae300c0d5e8f39329a44236c6e6bf364f42cd771 (patch)
tree6e1a8add8a3c0a18ba80616a42076a9acb38af99 /doc/designs
parenta70665852c72a1b6c3f5960ce48f51b83755276d (diff)
Minor updates
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22037)
Diffstat (limited to 'doc/designs')
-rw-r--r--doc/designs/quic-design/qlog.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/designs/quic-design/qlog.md b/doc/designs/quic-design/qlog.md
index 77e05843b4..b21d1fd8c6 100644
--- a/doc/designs/quic-design/qlog.md
+++ b/doc/designs/quic-design/qlog.md
@@ -29,13 +29,11 @@ code. An example call site will look something like this:
Output Format
-------------
-The output format will always be the JSON-SEQ qlog variant. This has the
-advantage that each event simply involves concatenating another record to an
-output log file and does not require nesting of syntactic constructs between
-events.
+The output format is always the JSON-SEQ qlog variant. This has the advantage
+that each event simply involves concatenating another record to an output log
+file and does not require nesting of syntactic constructs between events.
-Writing to files or to multi-file directories, or to arbitrary BIO sinks, will
-be supported.
+Output is written to a directory containing multiple qlog files.
Basic Usage
-----------