]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] fix typo in the queue() definition (backend, not frontend)
authorWilly Tarreau <w@1wt.eu>
Wed, 1 Sep 2010 06:06:18 +0000 (08:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Sep 2010 06:06:18 +0000 (08:06 +0200)
Reported by Benjamin Pineau.

doc/configuration.txt

index 9c1ea512b336a1fa70eb20cb409c5ea1e815a9f0..619e4fa4a48ca12ee8b22794ea6dda9b837ebbc6 100644 (file)
@@ -6500,7 +6500,7 @@ nbsrv(backend) <integer>
   "monitor fail".
 
 queue <integer>
-queue(frontend) <integer>
+queue(backend) <integer>
   Returns the total number of queued connections of the designated backend,
   including all the connections in server queues. If no backend name is
   specified, the current one is used, but it is also possible to check another