diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.xml b/en_US.ISO8859-1/books/handbook/x11/chapter.xml
index df53fd23c8..88ef1b53d4 100644
--- a/en_US.ISO8859-1/books/handbook/x11/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/x11/chapter.xml
@@ -577,12 +577,12 @@ dbus_enable="YES"
to the X server configuration file
(/etc/X11/xorg.conf), which reads:
- FontPath "/usr/local/lib/X11/fonts/urwfonts/"
+ FontPath "/usr/local/share/fonts/urwfonts/"
Alternatively, at the command line in the X session
run:
- &prompt.user; xset fp+ /usr/local/lib/X11/fonts/urwfonts
+ &prompt.user; xset fp+ /usr/local/share/fonts/urwfonts
&prompt.user; xset fp rehash
This will work but will be lost when the X session is
@@ -619,7 +619,7 @@ dbus_enable="YES"
Now make a directory for the &truetype; fonts (for
example,
- /usr/local/lib/X11/fonts/TrueType) and
+ /usr/local/share/fonts/TrueType) and
copy all of the &truetype; fonts into this directory. Keep in
mind that &truetype; fonts cannot be directly taken from an
&apple; &mac;; they must be in &unix;/&ms-dos;/&windows;
@@ -632,14 +632,14 @@ dbus_enable="YES"
Ports Collection as
x11-fonts/ttmkfdir.
- &prompt.root; cd /usr/local/lib/X11/fonts/TrueType
+ &prompt.root; cd /usr/local/share/fonts/TrueType
&prompt.root; ttmkfdir -o fonts.dir
Now add the &truetype; directory to the font path. This
is just the same as described in :
- &prompt.user; xset fp+ /usr/local/lib/X11/fonts/TrueType
+ &prompt.user; xset fp+ /usr/local/share/fonts/TrueType
&prompt.user; xset fp rehash
or add a FontPath line to
@@ -677,7 +677,7 @@ dbus_enable="YES"
All fonts in &xorg; that are
- found in /usr/local/lib/X11/fonts/ and
+ found in /usr/local/share/fonts/ and
~/.fonts/ are automatically made
available for anti-aliasing to Xft-aware applications. Most
recent applications are Xft-aware, including
@@ -707,7 +707,7 @@ dbus_enable="YES"
<fontconfig>
As previously stated, all fonts in
- /usr/local/lib/X11/fonts/ as well as
+ /usr/local/share/fonts/ as well as
~/.fonts/ are already made available to
Xft-aware applications. If you wish to add another directory
outside of these two directory trees, add a line similar to