]> err.no Git - varnish/commitdiff
Fix markup in vcl.7 man page after linting
authorssm <ssm@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 9 Oct 2008 09:05:20 +0000 (09:05 +0000)
committerssm <ssm@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 9 Oct 2008 09:05:20 +0000 (09:05 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3271 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/man/vcl.7so

index 8baece71c67dafe58a14e57b698f5f6c6bc77f18..7e815b056c35ee3a8bf0d2abf84bfb47be171d85 100644 (file)
@@ -96,7 +96,7 @@ if (req.http.host ~ "^(www\.)?example.com$") {
 Directors choose from different backends based on health status and a
 per-director algorithm.
 There currently exists a round-robin and a random director.  
-
+.Pp
 Directors are defined using:
 .Bd -literal -offset 4n
 director b2 random {
@@ -121,13 +121,11 @@ The random director takes one per-director option
 This specifies how many tries it will use to find a working backend.
 The default is the same as the number of backends defined for the
 director.
-
+.Pp
 There is also a per-backend option: weight which defines the portion
 of traffic to send to the particular backend.
-.Ed
 .Ss The round-robin director
 The round-robin does not take any options.
-.Ed
 .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