doc: Fix a typo of the environment variable name.
This commit is contained in:
parent
c5714bcf90
commit
94c2cc58a0
|
@ -350,11 +350,11 @@ references into filename form.
|
||||||
</para><para>
|
</para><para>
|
||||||
A null or empty <parameter>name</parameter> indicates that the default configuration file should
|
A null or empty <parameter>name</parameter> indicates that the default configuration file should
|
||||||
be used; which file this references can be overridden with the
|
be used; which file this references can be overridden with the
|
||||||
FC_CONFIG_FILE environment variable. Next, if the name starts with <parameter>~</parameter>, it
|
FONTCONFIG_FILE environment variable. Next, if the name starts with <parameter>~</parameter>, it
|
||||||
refers to a file in the current users home directory. Otherwise if the name
|
refers to a file in the current users home directory. Otherwise if the name
|
||||||
doesn't start with '/', it refers to a file in the default configuration
|
doesn't start with '/', it refers to a file in the default configuration
|
||||||
directory; the built-in default directory can be overridden with the
|
directory; the built-in default directory can be overridden with the
|
||||||
FC_CONFIG_DIR environment variable.
|
FONTCONFIG_PATH environment variable.
|
||||||
@@
|
@@
|
||||||
|
|
||||||
@RET@ FcBool
|
@RET@ FcBool
|
||||||
|
|
Loading…
Reference in New Issue