[DOC] fix typo in the queue() definition (backend, not frontend)

Reported by Benjamin Pineau.
This commit is contained in:
Willy Tarreau 2010-09-01 08:06:18 +02:00
parent 24581bae02
commit f5a526f39f

View 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