]> err.no Git - varnish/commitdiff
Fix example to new backend syntax
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 13 Feb 2008 10:55:03 +0000 (10:55 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 13 Feb 2008 10:55:03 +0000 (10:55 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2448 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/man/vcl.7

index 16866a1457b856f3df06d882fc47116a8681041b..414c865ee741a5902661f0d2f70c79ced6a8616c 100644 (file)
@@ -80,8 +80,8 @@ keyword followed by the name of the other file as a quoted string.
 A backend declaration creates and initializes a named backend object:
 .Bd -literal -offset 4n
 backend www {
-    set backend.host = "www.example.com";
-    set backend.port = "http";
+    .host = "www.example.com";
+    .port = "http";
 }
 .Ed
 .Pp