[master] d09cf37 remove size params - they are set in the Makefile now

Nils Goroll nils.goroll at uplex.de
Tue Oct 7 15:09:31 CEST 2014


commit d09cf370d88fd3c499b437d51b4b2cfb07f5ea0a
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Oct 6 17:59:59 2014 +0200

    remove size params - they are set in the Makefile now

diff --git a/doc/graphviz/cache_http1_fsm.dot b/doc/graphviz/cache_http1_fsm.dot
index 9ff2f57..5021b91 100644
--- a/doc/graphviz/cache_http1_fsm.dot
+++ b/doc/graphviz/cache_http1_fsm.dot
@@ -1,5 +1,4 @@
 	digraph vcl_center {
-		size="7.2,10.5"
 		margin="0.5"
 		center="1"
 
diff --git a/doc/graphviz/cache_req_fsm.dot b/doc/graphviz/cache_req_fsm.dot
index 0edea1e..6b526c8 100644
--- a/doc/graphviz/cache_req_fsm.dot
+++ b/doc/graphviz/cache_req_fsm.dot
@@ -1,5 +1,4 @@
  digraph vcl_center {
-	size="7.2,10.5"
 	margin="0.5"
 	center="1"
  acceptor [



More information about the varnish-commit mailing list