Commit 89c13d39 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Pål Hermunn Johansen

Add -stop doc, and be more detailed

parent db96f60d
...@@ -924,6 +924,10 @@ varnish_expect(const struct varnish *v, char * const *av) ...@@ -924,6 +924,10 @@ varnish_expect(const struct varnish *v, char * const *av)
* varnish vNAME [-arg STRING] [-vcl STRING] [-vcl+backend STRING] * varnish vNAME [-arg STRING] [-vcl STRING] [-vcl+backend STRING]
* [-errvcl STRING STRING] [-jail STRING] [-proto PROXY] * [-errvcl STRING STRING] [-jail STRING] [-proto PROXY]
* *
* The first ``varnish vNAME`` invocation will start the varnishd master
* process in the background, waiting for the ``-start`` switch to actually
* start the child.
*
* With: * With:
* *
* vNAME * vNAME
...@@ -956,8 +960,10 @@ varnish_expect(const struct varnish *v, char * const *av) ...@@ -956,8 +960,10 @@ varnish_expect(const struct varnish *v, char * const *av)
* varnish vNAME [-start] [-wait] [-wait-running] [-wait-stopped] * varnish vNAME [-start] [-wait] [-wait-running] [-wait-stopped]
* *
* \-start * \-start
* Start Varnish in the background, immediately processing the rest of * Start the child process.
* the file. *
* \-stop
* Stop the child process.
* *
* \-wait * \-wait
* Wait for that instance to terminate. * Wait for that instance to terminate.
......
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