From: Emden R. Gansner Date: Thu, 11 Dec 2014 17:26:21 +0000 (-0500) Subject: Extend strict example X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd3d58efe54016dee2b47cb38a71fe581e4a0392;p=graphviz Extend strict example --- diff --git a/doc/info/lang.html b/doc/info/lang.html index 5bbf7282a..b3e30c1bb 100644 --- a/doc/info/lang.html +++ b/doc/info/lang.html @@ -219,6 +219,7 @@ and apply any attributes given in the edge statement. For example, the graph
 strict graph { 
+  a -- b
   a -- b
   b -- a [color=blue]
 } 
diff --git a/doc/infosrc/lang.2 b/doc/infosrc/lang.2
index fd3a78681..65c234fd7 100644
--- a/doc/infosrc/lang.2
+++ b/doc/infosrc/lang.2
@@ -110,6 +110,7 @@ and apply any attributes given in the edge statement.
 For example, the graph
 
 strict graph { 
+  a -- b
   a -- b
   b -- a [color=blue]
 }