]> granicus.if.org Git - graphviz/commitdiff
apply man pages patches from ville.skytta@iki.fi
authorJohn Ellson <ellson@research.att.com>
Thu, 3 Jan 2013 17:03:44 +0000 (12:03 -0500)
committerJohn Ellson <ellson@research.att.com>
Thu, 3 Jan 2013 17:03:44 +0000 (12:03 -0500)
cmd/dot/osage.1
cmd/gvpr/gvpr.1

index c9c5ba325275167e7c08dfe2125b0693cee03aaf..0efbf908432f78501f70a9fccaea73687d1fb16c 100644 (file)
@@ -421,7 +421,7 @@ digraph test123 {
           }
         }
         b [shape=box];
-        c [label="hello\\nworld",color=blue,fontsize=24,
+        c [label="hello\enworld",color=blue,fontsize=24,
              fontname="Palatino\-Italic",fontcolor=red,style=filled];
         a \-> z
         x \-> z
index cb7b8f65e7a10080250119655882504a804edc8c..7b2618917b8f7303f9d4b3001a558aa77517d151 100644 (file)
@@ -1172,7 +1172,7 @@ avoid pattern matching.
 As of 24 April 2008, \fBgvpr\fP switched to using a new, underlying
 graph library, which uses the simpler model that there is only one
 copy of a node, not one copy for each subgraph logically containing
-it. This means that iterators such as \Inxtnode\P cannot traverse
+it. This means that iterators such as \fInxtnode\fP cannot traverse
 a subgraph using just a node argument. For this reason, subgraph
 traversal requires new functions ending in "_sg", which also take
 a subgraph argument. The versions without that suffix will always