[master] cc346cd Update documentation of Begin and Link log records

Martin Blix Grydeland martin at varnish-software.com
Thu Jan 9 15:16:26 CET 2014


commit cc346cd0518635d723f0d35f366e3b08c5d3d9a6
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Thu Jan 9 15:04:41 2014 +0100

    Update documentation of Begin and Link log records

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index b39028a..7fc8c77 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -425,20 +425,22 @@ SLTM(Gzip, 0, "G(un)zip performed on object",
 SLTM(Link, 0, "Links to a child VXID",
 	"Links this VXID to any child VXID it initiates.\n\n"
 	"The format is::\n\n"
-	"\t%s %d\n"
-	"\t|  |\n"
-	"\t|  +- Child vxid\n"
-	"\t+---- Child type (\"req\", \"bereq\" or \"esireq\")\n"
+	"\t%s %d %s\n"
+	"\t|  |  |\n"
+	"\t|  |  +- Reason\n"
+	"\t|  +---- Child vxid\n"
+	"\t+------- Child type (\"req\" or \"bereq\")\n"
 	"\n"
 )
 
 SLTM(Begin, 0, "Marks the start of a VXID",
 	"The first record of a VXID transaction.\n\n"
 	"The format is::\n\n"
-	"\t%s %d\n"
-	"\t|  |\n"
-	"\t|  +- Parent vxid\n"
-	"\t+---- Type (\"sess\", \"req\", \"bereq\" or \"esireq\")\n"
+	"\t%s %d %s\n"
+	"\t|  |  |\n"
+	"\t|  |  +- Reason\n"
+	"\t|  +---- Parent vxid\n"
+	"\t+------- Type (\"sess\", \"req\" or \"bereq\")\n"
 	"\n"
 )
 



More information about the varnish-commit mailing list