]> granicus.if.org Git - graphviz/commitdiff
use a different example for setting a graph attribute
authorellson <devnull@localhost>
Sun, 17 Jul 2005 23:53:11 +0000 (23:53 +0000)
committerellson <devnull@localhost>
Sun, 17 Jul 2005 23:53:11 +0000 (23:53 +0000)
lib/graph/graph.3

index 49fbc7bf04cef32d78b389f624acee6825067ebd..e60836f7c9c6aae6a18ac1f5fd7da2828331eb82 100644 (file)
@@ -252,7 +252,7 @@ graph any_name {            /* an undirected graph */
 }
 
 digraph G {
-    bb="8.5,11";            /* sets a graph attribute */
+    size="8.5,11";            /* sets a graph attribute */
     a -> b;                 /* makes a directed edge */
     chip12.pin1 -> chip28.pin3; /* uses named node "ports" */
 }