]> granicus.if.org Git - graphviz/commitdiff
Fix missing end elements for <TT>
authorerg <devnull@localhost>
Fri, 7 Nov 2008 22:39:43 +0000 (22:39 +0000)
committererg <devnull@localhost>
Fri, 7 Nov 2008 22:39:43 +0000 (22:39 +0000)
doc/info/output.html
doc/infosrc/outputs

index 4974903582379fe50ff01f2795e3d9fa49f4d1c7..461a0ad0c05736fe58c778baca0bf69d462453bc 100644 (file)
@@ -226,9 +226,9 @@ the
 <P>
 Style values which can be incorporated in the graphics model do not
 appear in xdot output. In particular, the style values
-<TT>filled</T>, <TT>rounded</T>, <TT>diagonals</T>, and <TT>invis</T>
-will not appear. Indeed, if <TT>invis</T>, there will not be any
-xdot output at all.
+<TT>filled</TT>, <TT>rounded</TT>, <TT>diagonals</TT>, and <TT>invis</TT>
+will not appear. Indeed, if style contains <TT>invis</TT>, 
+there will not be any xdot output at all.
 <P>
 In handling text alignment, the application may want to recompute the
 string width using its own rendering primitives.
index 5e6a63dd989683072f1b72de7f39ae6e07d20f9a..0cae009f813fdc8711430002a42419ec7f243e32 100644 (file)
@@ -264,9 +264,9 @@ the
 <P>
 Style values which can be incorporated in the graphics model do not
 appear in xdot output. In particular, the style values
-<TT>filled</T>, <TT>rounded</T>, <TT>diagonals</T>, and <TT>invis</T>
-will not appear. Indeed, if <TT>invis</T>, there will not be any
-xdot output at all.
+<TT>filled</TT>, <TT>rounded</TT>, <TT>diagonals</TT>, and <TT>invis</TT>
+will not appear. Indeed, if style contains <TT>invis</TT>, 
+there will not be any xdot output at all.
 <P>
 In handling text alignment, the application may want to recompute the
 string width using its own rendering primitives.