From: Mark Hansen Date: Sun, 7 Jun 2020 09:19:15 +0000 (+1000) Subject: Replace with X-Git-Tag: 2.44.1~10^2~1^2~7^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=100139414c0cfff2c0811bcb24c323ee2f8dfd4f;p=graphviz Replace with Looks like this was just a typo, probably intending (teletype). Mirror image of https://gitlab.com/graphviz/graphviz.gitlab.io/-/merge_requests/120 --- diff --git a/doc/info/output.html b/doc/info/output.html index cac1d70be..383183233 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -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 mainmap, we have USEMAP="#mainmap" +where the graph's name is mainmap, we have USEMAP="#mainmap" in the IMG attribute, and x.map will look like <map id="mainmap" name="mainmap"> diff --git a/doc/info/shapes.html b/doc/info/shapes.html index 141248121..32df6c3d5 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -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> diff --git a/doc/infosrc/html.2 b/doc/infosrc/html.2 index e0a055107..1b5b0f54b 100644 --- a/doc/infosrc/html.2 +++ b/doc/infosrc/html.2 @@ -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> diff --git a/doc/infosrc/outputs b/doc/infosrc/outputs index 8698a43b6..1ffaebf10 100644 --- a/doc/infosrc/outputs +++ b/doc/infosrc/outputs @@ -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">