[master] 2e1a483 Correct output

Federico G. Schwindt fgsch at lodoss.net
Sat Jan 7 18:41:04 CET 2017


commit 2e1a48353768a08c080f91a544d62324f3bd9f5a
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Sat Jan 7 16:37:30 2017 +0000

    Correct output

diff --git a/doc/sphinx/reference/vtc.rst b/doc/sphinx/reference/vtc.rst
index a96702a..d08ec22 100644
--- a/doc/sphinx/reference/vtc.rst
+++ b/doc/sphinx/reference/vtc.rst
@@ -50,7 +50,7 @@ Lines and commands
 Test files take at most one command per line, with the first word of the line
 being the command and the following ones being its arguments. To continue over
 to a new line without breaking the argument string, you can escape the newline
-character (\n) with a backslash (\).
+character (\\n) with a backslash (\\).
 
 SYNTAX
 ======



More information about the varnish-commit mailing list