e7c2be7
From 98c7481338e3167058382f27a3e002662553131a Mon Sep 17 00:00:00 2001
042ccfb
From: Adam Jackson <ajax@redhat.com>
e7c2be7
Date: Tue, 27 Nov 2007 16:09:43 -0500
042ccfb
Subject: [PATCH] Document default font path correctly.
042ccfb
042ccfb
---
e7c2be7
 hw/xfree86/doc/man/xorg.conf.man.pre |   24 ++++++++++++------------
e7c2be7
 1 files changed, 12 insertions(+), 12 deletions(-)
e7c2be7
e7c2be7
diff --git a/hw/xfree86/doc/man/xorg.conf.man.pre b/hw/xfree86/doc/man/xorg.conf.man.pre
e7c2be7
index 3c657d0..4b562bd 100644
e7c2be7
--- a/hw/xfree86/doc/man/xorg.conf.man.pre
e7c2be7
+++ b/hw/xfree86/doc/man/xorg.conf.man.pre
e7c2be7
@@ -356,11 +356,11 @@ font path elements (which can be set inside a catalogue directory):
d4f0c8f
 .PP
d4f0c8f
 .RS 4
d4f0c8f
 .nf
d4f0c8f
-.I __projectroot__/lib/X11/fonts/misc/
d4f0c8f
-.I __projectroot__/lib/X11/fonts/TTF/
d4f0c8f
-.I __projectroot__/lib/X11/fonts/Type1/
d4f0c8f
-.I __projectroot__/lib/X11/fonts/75dpi/
d4f0c8f
-.I __projectroot__/lib/X11/fonts/100dpi/
d4f0c8f
+.I __projectroot__/share/X11/fonts/misc/
d4f0c8f
+.I __projectroot__/share/X11/fonts/TTF/
d4f0c8f
+.I __projectroot__/share/X11/fonts/Type1/
d4f0c8f
+.I __projectroot__/share/X11/fonts/75dpi/
d4f0c8f
+.I __projectroot__/share/X11/fonts/100dpi/
d4f0c8f
 .fi
d4f0c8f
 .RE
d4f0c8f
 .PP
e7c2be7
@@ -368,13 +368,13 @@ The recommended font path contains the following font path elements:
d4f0c8f
 .PP
d4f0c8f
 .RS 4
d4f0c8f
 .nf
d4f0c8f
-.I __projectroot__/lib/X11/fonts/local/
d4f0c8f
-.I __projectroot__/lib/X11/fonts/misc/
d4f0c8f
-.I __projectroot__/lib/X11/fonts/75dpi/:unscaled
d4f0c8f
-.I __projectroot__/lib/X11/fonts/100dpi/:unscaled
d4f0c8f
-.I __projectroot__/lib/X11/fonts/Type1/
d4f0c8f
-.I __projectroot__/lib/X11/fonts/75dpi/
d4f0c8f
-.I __projectroot__/lib/X11/fonts/100dpi/
e7c2be7
+.I __projectroot__/shared/X11/fonts/local/
e7c2be7
+.I __projectroot__/shared/X11/fonts/misc/
e7c2be7
+.I __projectroot__/shared/X11/fonts/75dpi/:unscaled
e7c2be7
+.I __projectroot__/shared/X11/fonts/100dpi/:unscaled
e7c2be7
+.I __projectroot__/shared/X11/fonts/Type1/
e7c2be7
+.I __projectroot__/shared/X11/fonts/75dpi/
e7c2be7
+.I __projectroot__/shared/X11/fonts/100dpi/
d4f0c8f
 .fi
d4f0c8f
 .RE
d4f0c8f
 .PP
e7c2be7
-- 
e7c2be7
1.5.3.4
e7c2be7