Author: dj
Date: Sat Apr 29 17:29:21 2017
New Revision: 18660
Log:
Fix minor typos in tuning-fontconfig page.
Modified:
trunk/BOOK/x/installing/tuning-fontconfig.xml
Modified: trunk/BOOK/x/installing/tuning-fontconfig.xml
==============================================================================
--- trunk/BOOK/x/installing/tuning-fontconfig.xml Sat Apr 29 16:12:08
2017 (r18659)
+++ trunk/BOOK/x/installing/tuning-fontconfig.xml Sat Apr 29 17:29:21
2017 (r18660)
@@ -255,7 +255,7 @@
changes. To explore the possibilities, create a file for your user:
</para>
-<screen><userinput>mkdir -pv ~/.config/fontconfig/fonts.conf &&
+<screen><userinput>mkdir -pv ~/.config/fontconfig &&
cat > ~/.config/fontconfig/fonts.conf << "EOF"
<literal><?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
@@ -265,7 +265,7 @@
<!-- autohint was the old automatic hinter when hinting was patent
protected, so turn it off to ensure any hinting information in the font
itself is used, this is the default -->
- <edit mode="assign" name="autohint">
<bool>false<bool></edit>
+ <edit mode="assign" name="autohint">
<bool>false</bool></edit>
<!-- hinting is enabled by default -->
<edit mode="assign" name="hinting">
<bool>true</bool></edit>
<!-- for the lcdfilter see http://www.spasche.net/files/lcdfiltering/
-->
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page