[doc] Update the path for cache files and the version.
This commit is contained in:
parent
dd3214aa39
commit
e8bdc6df2e
|
@ -309,8 +309,8 @@ information. If it starts with '~', it refers to a file in the users
|
||||||
home directory. This file is used to hold information about fonts that
|
home directory. This file is used to hold information about fonts that
|
||||||
isn't present in the per-directory cache files. It is automatically
|
isn't present in the per-directory cache files. It is automatically
|
||||||
maintained by the fontconfig library. The default for this file
|
maintained by the fontconfig library. The default for this file
|
||||||
is ``~/.fonts.cache-<literal><version></literal>'', where <literal><version></literal> is the font configuration
|
is ``~/.fontconfig/<hash value>-<architecture>.cache-<literal><version></literal>'', where <literal><version></literal> is the font configuration
|
||||||
file version number (currently 2).
|
file version number (currently 3).
|
||||||
</para></refsect2>
|
</para></refsect2>
|
||||||
<refsect2><title><literal><include ignore_missing="no"></literal></title><para>
|
<refsect2><title><literal><include ignore_missing="no"></literal></title><para>
|
||||||
This element contains the name of an additional configuration file or
|
This element contains the name of an additional configuration file or
|
||||||
|
@ -686,7 +686,7 @@ is the conventional location for per-user font configuration, although the
|
||||||
actual location is specified in the global fonts.conf file.
|
actual location is specified in the global fonts.conf file.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
<emphasis> ~/.fonts.cache-*</emphasis>
|
<emphasis> ~/.fontconfig/*.cache-*</emphasis>
|
||||||
is the conventional repository of font information that isn't found in the
|
is the conventional repository of font information that isn't found in the
|
||||||
per-directory caches. This file is automatically maintained by fontconfig.
|
per-directory caches. This file is automatically maintained by fontconfig.
|
||||||
</para>
|
</para>
|
||||||
|
|
Loading…
Reference in New Issue