Extend strict example
authorEmden R. Gansner <erg@alum.mit.edu>
Thu, 11 Dec 2014 17:26:21 +0000 (12:26 -0500)
committerEmden R. Gansner <erg@alum.mit.edu>
Thu, 11 Dec 2014 17:26:21 +0000 (12:26 -0500)
doc/info/lang.html
doc/infosrc/lang.2

index 5bbf7282abecf49f888f0ee3409dca35306a08e9..b3e30c1bbb5ce8bb1a3c5fcd7c68e843838486cb 100644 (file)
@@ -219,6 +219,7 @@ and apply any attributes given in the edge statement.
 For example, the graph
 <PRE>
 strict graph { 
+  a -- b
   a -- b
   b -- a [color=blue]
 } 
index fd3a78681bf10092b286832ae9cb8ff079d51406..65c234fd78ef990cc2839e79d63df19992f71b9f 100644 (file)
@@ -110,6 +110,7 @@ and apply any attributes given in the edge statement.
 For example, the graph
 <PRE>
 strict graph { 
+  a -- b
   a -- b
   b -- a [color=blue]
 }