From: Willy Tarreau Date: Thu, 30 Nov 2023 15:03:19 +0000 (+0100) Subject: DOC: config: add missing colon to "bytes_out" sample fetch keyword X-Git-Tag: v2.9-dev12~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1eb049dc677f2de950158615ed3d8306ee5102d6;p=thirdparty%2Fhaproxy.git DOC: config: add missing colon to "bytes_out" sample fetch keyword The colon was missing between the keyword and the type, breaking rendering and indexing. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index cc85b5694c..9db6f8c682 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -21655,7 +21655,7 @@ baseq : string bytes_in : integer This returns the number of bytes uploaded from the client to the server. -bytes_out integer +bytes_out : integer This is the number of bytes transmitted from the server to the client. capture.req.hdr() : string