DOC: config: add missing colon to "bytes_out" sample fetch keyword
authorWilly Tarreau <w@1wt.eu>
Thu, 30 Nov 2023 15:03:19 +0000 (16:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 30 Nov 2023 15:28:56 +0000 (16:28 +0100)
The colon was missing between the keyword and the type, breaking
rendering and indexing.

doc/configuration.txt

index cc85b56..9db6f8c 100644 (file)
@@ -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(<idx>) : string