]> err.no Git - varnish/commitdiff
Whitespace cleanup
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 6 Feb 2009 21:12:46 +0000 (21:12 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 6 Feb 2009 21:12:46 +0000 (21:12 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3692 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/man/vcl.7so

index a01c9f2626bb77864882f218593747cee769e126..859fead8120e4b21b6d50122e001a3b104f41e58 100644 (file)
@@ -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.