]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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 cc85b5694ccab2c742dc56e2d0564617d95bcc89..9db6f8c6821d087e5800051131227204665ca5e0 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