]> granicus.if.org Git - graphviz/commitdiff
Replace <t> with <code>
authorMark Hansen <mark@markhansen.co.nz>
Sun, 7 Jun 2020 09:19:15 +0000 (19:19 +1000)
committerMark Hansen <mark@markhansen.co.nz>
Sun, 7 Jun 2020 09:19:15 +0000 (19:19 +1000)
Looks like this was just a typo, probably intending <tt> (teletype).

Mirror image of
https://gitlab.com/graphviz/graphviz.gitlab.io/-/merge_requests/120

doc/info/output.html
doc/info/shapes.html
doc/infosrc/html.2
doc/infosrc/outputs

index cac1d70be515a0c67e3cce3b28a71547df19a031..383183233f164da675335c0e3c13e123195a01da 100644 (file)
@@ -388,7 +388,7 @@ and uses the HTML
 Note that the name given in the USEMAP attribute must be the same
 as the ID attribute of the MAP element. The Graphviz renderer
 uses the name of the graph as the ID. Thus, in the example above,
-where the graph's name is <T>mainmap</T>, we have <T>USEMAP="#mainmap"</T>
+where the graph's name is <CODE>mainmap</CODE>, we have <CODE>USEMAP="#mainmap"</CODE>
 in the IMG attribute, and x.map will look like
 <XMP>
 <map id="mainmap" name="mainmap">
index 14124812152c0f7a839872baa6e42d496237b0ba..32df6c3d52dade591f46b349cceaa0494cb4e1df 100644 (file)
@@ -844,16 +844,16 @@ is placed left and right of the object.
 <LI>CENTER aligns the object in the center. (Default) </LI>
 <LI>LEFT aligns the object on the left.</LI>
 <LI>RIGHT aligns the object on the right.  </LI>
-<LI>(<T>&lt;TD&gt;</T> only) TEXT aligns lines of text using the full
+<LI>(<CODE>&lt;TD&gt;</CODE> only) TEXT aligns lines of text using the full
 cell width. The alignment of a line is determined by its (possibly
-implicit) associated <T>&lt;BR&gt;</T> element.</LI> 
+implicit) associated <CODE>&lt;BR&gt;</CODE> element.</LI> 
 </ul>
 <P>
 The contents of a cell are normally aligned as a block. In particular,
 lines of text are first aligned as a text block based on the width of
-the widest line and the corresponding <T>&lt;BR&gt;</T> elements. Then,
+the widest line and the corresponding <CODE>&lt;BR&gt;</CODE> elements. Then,
 the entire text block is aligned within a cell. If, however, the
-cell's <B><I>ALIGN</I></B> value is <T>"TEXT"</T>, and the cell contains
+cell's <B><I>ALIGN</I></B> value is <CODE>"TEXT"</CODE>, and the cell contains
 lines of text, then the lines are justified using the entire available
 width of the cell. If the cell does not contain text, then the contained
 image or table is centered.
@@ -861,8 +861,8 @@ image or table is centered.
 
 <B><I><FONT SIZE=-1>BALIGN</FONT> </I></B>
 <BLOCKQUOTE>
-specifies the default alignment of <T>&lt;BR&gt;</T> elements contained
-in the cell. That is, if a <T>&lt;BR&gt;</T> element has no
+specifies the default alignment of <CODE>&lt;BR&gt;</CODE> elements contained
+in the cell. That is, if a <CODE>&lt;BR&gt;</CODE> element has no
 explicit <B><I>ALIGN</I></B> attribute, the attribute value is specified
 by the value of <B><I>BALIGN</I></B>.
 </BLOCKQUOTE>
index e0a05510707c3e4e2c532eb0509295f5edeaeeef..1b5b0f54b82f25d67b8cda3c059e419befb8322b 100644 (file)
@@ -181,16 +181,16 @@ is placed left and right of the object.
 <LI>CENTER aligns the object in the center. (Default) </LI>
 <LI>LEFT aligns the object on the left.</LI>
 <LI>RIGHT aligns the object on the right.  </LI>
-<LI>(<T>&lt;TD&gt;</T> only) TEXT aligns lines of text using the full
+<LI>(<CODE>&lt;TD&gt;</CODE> only) TEXT aligns lines of text using the full
 cell width. The alignment of a line is determined by its (possibly
-implicit) associated <T>&lt;BR&gt;</T> element.</LI> 
+implicit) associated <CODE>&lt;BR&gt;</CODE> element.</LI> 
 </ul>
 <P>
 The contents of a cell are normally aligned as a block. In particular,
 lines of text are first aligned as a text block based on the width of
-the widest line and the corresponding <T>&lt;BR&gt;</T> elements. Then,
+the widest line and the corresponding <CODE>&lt;BR&gt;</CODE> elements. Then,
 the entire text block is aligned within a cell. If, however, the
-cell's <B><I>ALIGN</I></B> value is <T>"TEXT"</T>, and the cell contains
+cell's <B><I>ALIGN</I></B> value is <CODE>"TEXT"</CODE>, and the cell contains
 lines of text, then the lines are justified using the entire available
 width of the cell. If the cell does not contain text, then the contained
 image or table is centered.
@@ -198,8 +198,8 @@ image or table is centered.
 
 <B><I><FONT SIZE=-1>BALIGN</FONT> </I></B>
 <BLOCKQUOTE>
-specifies the default alignment of <T>&lt;BR&gt;</T> elements contained
-in the cell. That is, if a <T>&lt;BR&gt;</T> element has no
+specifies the default alignment of <CODE>&lt;BR&gt;</CODE> elements contained
+in the cell. That is, if a <CODE>&lt;BR&gt;</CODE> element has no
 explicit <B><I>ALIGN</I></B> attribute, the attribute value is specified
 by the value of <B><I>BALIGN</I></B>.
 </BLOCKQUOTE>
index 8698a43b686a790ea2f5096f074904b42daf4abb..1ffaebf10bd3c57e40c3c3d9075af100be354ff1 100644 (file)
@@ -158,7 +158,7 @@ and uses the HTML
 Note that the name given in the USEMAP attribute must be the same
 as the ID attribute of the MAP element. The Graphviz renderer
 uses the name of the graph as the ID. Thus, in the example above,
-where the graph's name is <T>mainmap</T>, we have <T>USEMAP="#mainmap"</T>
+where the graph's name is <CODE>mainmap</CODE>, we have <CODE>USEMAP="#mainmap"</CODE>
 in the IMG attribute, and x.map will look like
 <XMP>
 <map id="mainmap" name="mainmap">