From d7b094bcaaa58d974839e18c4ca98094ebfdd427 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 6 Feb 2009 21:12:46 +0000 Subject: [PATCH] Whitespace cleanup git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3692 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/man/vcl.7so | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/varnish-cache/man/vcl.7so b/varnish-cache/man/vcl.7so index a01c9f26..859fead8 100644 --- a/varnish-cache/man/vcl.7so +++ b/varnish-cache/man/vcl.7so @@ -115,7 +115,7 @@ backend www { .Ss Directors Directors choose from different backends based on health status and a per-director algorithm. -There currently exists a round-robin and a random director. +There currently exists a round-robin and a random director. .Pp Directors are defined using: .Bd -literal -offset 4n @@ -148,7 +148,7 @@ of traffic to send to the particular backend. The round-robin does not take any options. .Ss Backend probes Backends can be probed to see whether they should be considered -healthy or not. The return status can also be checked by using +healthy or not. The return status can also be checked by using .Fa req.backend.healthy . .Fa .window @@ -206,7 +206,7 @@ if (client.ip ~ local) { pipe; } .Ed -.Ss Grace +.Ss Grace If the backend takes a long time to generate an object there is a risk of a thread pile up. In order to prevent this you can enable grace. -- 2.39.5