]> granicus.if.org Git - graphviz/commitdiff
Fix typo in packMode
authorerg <devnull@localhost>
Sun, 17 May 2009 21:31:30 +0000 (21:31 +0000)
committererg <devnull@localhost>
Sun, 17 May 2009 21:31:30 +0000 (21:31 +0000)
doc/info/attrs.html
doc/infosrc/types

index 4253657a91575eac6b9cc5163cbf2267a34619ca..0142aa6575490b4b75ee62a0872a379456a6327c 100644 (file)
@@ -1851,7 +1851,7 @@ the given types.
   "edgesfirst".
 
 <DT><A NAME=k:packMode><STRONG>packMode</STRONG></A>
-<DD>"node", "clust" , "graph" , "array{_flags][%d]"
+<DD>"node", "clust" , "graph" , "array[_flags][%d]"
   <P>
   The modes "node", "clust" or "graph"
   specify that the components should be packed together tightly, using
@@ -1868,7 +1868,7 @@ the given types.
   example, neato does not support clusters, so a value of "clust" will
   have the same effect as the default "node" value.
   <P>
-  The mode "array{_flags][%d]"
+  The mode "array[_flags][%d]"
   indicates that the components should be packed at the 
   graph level into an array of graphs. By default, the components
   are in row-major order, with the number of columns roughly the
index 0d773bfd4bb7d4993817090bf93d888cd6813f3f..e7cd2816cb73515b61b1d2d14de12998c4a6cbb9 100644 (file)
@@ -159,7 +159,7 @@ reasons, it may be desirable that all edges appear beneath nodes, even
 if the resulting drawing is ambiguous. This can be achieved by choosing
 "edgesfirst".
 :packMode
-"node", "clust" , "graph" , "array{_flags][%d]"
+"node", "clust" , "graph" , "array[_flags][%d]"
 <P>
 The modes "node", "clust" or "graph"
 specify that the components should be packed together tightly, using
@@ -176,7 +176,7 @@ What effect a value has also depends on the layout algorithm. For
 example, neato does not support clusters, so a value of "clust" will
 have the same effect as the default "node" value.
 <P>
-The mode "array{_flags][%d]"
+The mode "array[_flags][%d]"
 indicates that the components should be packed at the 
 graph level into an array of graphs. By default, the components
 are in row-major order, with the number of columns roughly the