Fix documented conf-file naming format in README
This commit is contained in:
parent
07d04da76c
commit
0294bda480
|
@ -1,10 +1,10 @@
|
|||
conf.d/README
|
||||
|
||||
Each file in this directory is a fontconfig configuration file. Fontconfig
|
||||
scans this directory, loading all files of the form [0-9][0-9]*. These files
|
||||
are normally installed in ../conf.avail and then symlinked here, allowing
|
||||
them to be easily installed and then enabled/disabled by adjusting the
|
||||
symlinks.
|
||||
scans this directory, loading all files of the form [0-9][0-9]*.conf.
|
||||
These files are normally installed in ../conf.avail and then symlinked here,
|
||||
allowing them to be easily installed and then enabled/disabled by adjusting
|
||||
the symlinks.
|
||||
|
||||
The files are loaded in numeric order, the structure of the configuration
|
||||
has led to the following conventions in usage:
|
||||
|
|
Loading…
Reference in New Issue