Add/change some sgml tags where needed.
This commit is contained in:
parent
a8fefa0775
commit
731fc1f077
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16964
1 changed files with 5 additions and 5 deletions
|
@ -741,7 +741,7 @@ EndSection</programlisting>
|
|||
<para>This file must be in XML format. Pay careful attention to
|
||||
case, and make sure all tags are properly closed. The file
|
||||
begins with the usual XML header followed by a DOCTYPE
|
||||
definition, and then the <fontconfig> tag:</para>
|
||||
definition, and then the <literal><fontconfig></literal> tag:</para>
|
||||
|
||||
<programlisting>
|
||||
<?xml version="1.0"?>
|
||||
|
@ -836,7 +836,7 @@ EndSection</programlisting>
|
|||
|
||||
<para>Once you have finished editing
|
||||
<filename>local.conf</filename> make sure you end the file
|
||||
with the </fontconfig> tag. Not doing this will cause
|
||||
with the <literal></fontconfig></literal> tag. Not doing this will cause
|
||||
your changes to be ignored.</para>
|
||||
|
||||
<para>The default font set that comes with
|
||||
|
@ -881,8 +881,8 @@ EndSection</programlisting>
|
|||
</programlisting>
|
||||
|
||||
<note><para>Depending on the sort of display,
|
||||
<quote>rgb</quote> may need to be changed to <quote>bgr</quote>,
|
||||
<quote>vrgb</quote> or <quote>vbgr</quote>: experiment and
|
||||
<literal>rgb</literal> may need to be changed to <literal>bgr</literal>,
|
||||
<literal>vrgb</literal> or <literal>vbgr</literal>: experiment and
|
||||
see which works best.</para></note>
|
||||
|
||||
<indexterm><primary>Mozilla</primary></indexterm>
|
||||
|
@ -903,7 +903,7 @@ EndSection</programlisting>
|
|||
<application>Mozilla</application> 1.2 and greater will
|
||||
automatically use anti-aliasing. To disable this, rebuild
|
||||
<application>Mozilla</application> with the
|
||||
<quote>-DWITHOUT_XFT</quote> flag.</para>
|
||||
<makevar>-DWITHOUT_XFT</makevar> flag.</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue