[master] b521466 Docfix: Make SLT_TTL format match with reality.

Dag Haavi Finstad daghf at varnish-software.com
Fri Oct 17 14:17:04 CEST 2014


commit b5214662e8f7fa58a21a9ccb8cbfc35198fca18b
Author: Dag Haavi Finstad <daghf at varnish-software.com>
Date:   Fri Oct 17 14:14:32 2014 +0200

    Docfix: Make SLT_TTL format match with reality.

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index 0fc3b86..4e134ba 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -197,12 +197,12 @@ SLTM(TTL, 0, "TTL set on object",
 	"A TTL record is emitted whenever the ttl, grace or keep"
 	" values for an object is set.\n\n"
 	"The format is::\n\n"
-	"\t%s %d %d %d %d %d [ %d %u %u ]\n"
-	"\t|  |  |  |  |  |    |  |  |\n"
-	"\t|  |  |  |  |  |    |  |  +- Max-Age from Cache-Control header\n"
-	"\t|  |  |  |  |  |    |  +---- Expires header\n"
-	"\t|  |  |  |  |  |    +------- Date header\n"
-	"\t|  |  |  |  |  +------------ Age (incl Age: header value)\n"
+	"\t%s %d %d %d %d [ %d %d %u %u ]\n"
+	"\t|  |  |  |  |    |  |  |  |\n"
+	"\t|  |  |  |  |    |  |  |  +- Max-Age from Cache-Control header\n"
+	"\t|  |  |  |  |    |  |  +---- Expires header\n"
+	"\t|  |  |  |  |    |  +------- Date header\n"
+	"\t|  |  |  |  |    +---------- Age (incl Age: header value)\n"
 	"\t|  |  |  |  +--------------- Reference time for TTL\n"
 	"\t|  |  |  +------------------ Keep\n"
 	"\t|  |  +--------------------- Grace\n"



More information about the varnish-commit mailing list