]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Attempt to fix dconv parsing error for tune.h2.fe.initial-window-size
authorTim Duesterhus <duesterhus@woltlab.com>
Tue, 13 Jun 2023 13:15:47 +0000 (15:15 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 20 Jun 2023 09:52:47 +0000 (11:52 +0200)
It appears that dconv dislikes the "see also" part being on the same line as
the regular paragraph. The beginning of the line does not show up in the
rendered version.

Attempt to fix this by inserting an additional newline which is consistent with
other options.

doc/configuration.txt

index 090d29928d813285099be6382644f67d876b9061..8bcfc3c0640a8862974a53063004622cb0ba814b 100644 (file)
@@ -2965,6 +2965,7 @@ tune.h2.be.initial-window-size <number>
   It can make sense to slightly increase this value to allow faster downloads
   or to reduce CPU usage on the servers, at the expense of creating unfairness
   between clients. It doesn't affect resource usage.
+
   See also: tune.h2.initial-window-size.
 
 tune.h2.be.max-concurrent-streams <number>
@@ -2991,7 +2992,9 @@ tune.h2.fe.initial-window-size <number>
   bandwidth per client over a 100 ms ping time, and 500 Mbps for 1 ms ping
   time. It doesn't affect resource usage. Using too large values may cause
   clients to experience a lack of responsiveness if pages are accessed in
-  parallel to large uploads. See also: tune.h2.initial-window-size.
+  parallel to large uploads.
+
+  See also: tune.h2.initial-window-size.
 
 tune.h2.fe.max-concurrent-streams <number>
   Sets the HTTP/2 maximum number of concurrent streams per incoming connection