Commit 9051fee0 authored by Nils Goroll's avatar Nils Goroll

update rsts

parent 1035344c
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
vmod_all_healthy vmod_all_healthy
================ ================
-------------------------- --------------------------------------------------
Varnish all_healthy Module Director which is only healthy if all backends are
-------------------------- --------------------------------------------------
:Manual section: 3 :Manual section: 3
...@@ -26,7 +26,7 @@ SYNOPSIS ...@@ -26,7 +26,7 @@ SYNOPSIS
import all_healthy [from "path"] ; import all_healthy [from "path"] ;
new xdirector = director() new xdirector = all_healthy.director()
VOID xdirector.consider(BACKEND) VOID xdirector.consider(BACKEND)
...@@ -109,8 +109,8 @@ Examples and use cases: ...@@ -109,8 +109,8 @@ Examples and use cases:
.. _obj_director: .. _obj_director:
new xdirector = director() new xdirector = all_healthy.director()
-------------------------- --------------------------------------
Instantiate an all_healthy director. Instantiate an all_healthy director.
......
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
vmod_all_healthy vmod_all_healthy
================ ================
-------------------------- --------------------------------------------------
Varnish all_healthy Module Director which is only healthy if all backends are
-------------------------- --------------------------------------------------
:Manual section: 3 :Manual section: 3
...@@ -26,7 +26,7 @@ SYNOPSIS ...@@ -26,7 +26,7 @@ SYNOPSIS
import all_healthy [from "path"] ; import all_healthy [from "path"] ;
new xdirector = director() new xdirector = all_healthy.director()
VOID xdirector.consider(BACKEND) VOID xdirector.consider(BACKEND)
...@@ -117,8 +117,8 @@ CONTENTS ...@@ -117,8 +117,8 @@ CONTENTS
.. _obj_director: .. _obj_director:
new xdirector = director() new xdirector = all_healthy.director()
-------------------------- --------------------------------------
Instantiate an all_healthy director. Instantiate an all_healthy director.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment