[master] e17ba0b Add -stop doc, and be more detailed

Guillaume Quintard guillaume at varnish-software.com
Mon Jun 6 11:26:07 CEST 2016


commit e17ba0bcae7475bd46ffb5f37bc2f8f4558440b5
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Mon Jun 6 11:24:09 2016 +0200

    Add -stop doc, and be more detailed

diff --git a/bin/varnishtest/vtc_varnish.c b/bin/varnishtest/vtc_varnish.c
index 7a0c4ff..7a42324 100644
--- a/bin/varnishtest/vtc_varnish.c
+++ b/bin/varnishtest/vtc_varnish.c
@@ -922,6 +922,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
@@ -954,8 +958,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.



More information about the varnish-commit mailing list