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)
* varnish vNAME [-arg STRING] [-vcl STRING] [-vcl+backend STRING]
* [-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:
*
* vNAME
......@@ -956,8 +960,10 @@ varnish_expect(const struct varnish *v, char * const *av)
* varnish vNAME [-start] [-wait] [-wait-running] [-wait-stopped]
*
* \-start
* Start Varnish in the background, immediately processing the rest of
* the file.
* Start the child process.
*
* \-stop
* Stop the child process.
*
* \-wait
* 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