Commit bf82595d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Whitespace CDO

parent 1fb9571c
......@@ -421,7 +421,7 @@ varnish_launch(struct varnish *v)
if (leave_temp) {
VSB_cat(vsb, " -p debug=+vsm_keep");
VSB_cat(vsb, " -p debug=+vmod_so_keep");
}
}
VSB_printf(vsb, " -l 2m,1m,-");
VSB_printf(vsb, " -p auto_restart=off");
VSB_printf(vsb, " -p syslog_cli_traffic=off");
......@@ -999,7 +999,7 @@ varnish_expect(const struct varnish *v, char * const *av)
* With:
*
* vNAME
* Identify the Varnish server with a string, it must starts with 'v'.
* Identify the Varnish server with a string, it must starts with 'v'.
*
* \-arg STRING
* Pass an argument to varnishd, for example "-h simple_list".
......
......@@ -114,7 +114,7 @@ Description
`false` otherwise.
Example
| if (std.file_exists("/etc/return_503")) {
| return (synth(503, "Varnish is in maintenance"));
| return (synth(503, "Varnish is in maintenance"));
| }
$Function VOID collect(HEADER hdr, STRING sep=", ")
......
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