[master] e93fb6d Docs: clarify that a -I cli_file must end with a terminating NL or CR.

Geoff Simmons geoff at uplex.de
Mon Nov 6 11:47:05 UTC 2017


commit e93fb6d2a7e1e8e7574b45f6c1f54708ba28fc8a
Author: Geoff Simmons <geoff at uplex.de>
Date:   Mon Nov 6 12:45:14 2017 +0100

    Docs: clarify that a -I cli_file must end with a terminating NL or CR.

diff --git a/doc/sphinx/reference/varnishd.rst b/doc/sphinx/reference/varnishd.rst
index 90ab324..6c97236 100644
--- a/doc/sphinx/reference/varnishd.rst
+++ b/doc/sphinx/reference/varnishd.rst
@@ -393,6 +393,9 @@ startup::
   vcl.load main /etc/varnish_main.vcl
   vcl.use main
 
+Every line in the file, including the last line, must be terminated by
+a newline or carriage return.
+
 If a command in the file is prefixed with '-', failure will not abort
 the startup.
 


More information about the varnish-commit mailing list