From e320736c457ea7b2f19a4c7c2dfc0c461d0dd405 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 14 Sep 2009 19:51:22 -0700 Subject: [PATCH] Fix module path in xorg.conf man page Signed-off-by: Alan Coopersmith Signed-off-by: Peter Hutterer --- hw/xfree86/doc/man/xorg.conf.man.pre | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/xfree86/doc/man/xorg.conf.man.pre b/hw/xfree86/doc/man/xorg.conf.man.pre index d714b2a8e..35f368734 100644 --- a/hw/xfree86/doc/man/xorg.conf.man.pre +++ b/hw/xfree86/doc/man/xorg.conf.man.pre @@ -714,12 +714,12 @@ multimedia subdirectories of each of those directories. In addition to this, operating system specific subdirectories of all the above are searched first if they exist. .PP -To see what extension modules are available, check the contents -of the following directory: +To see what extension modules are available, check the extensions +subdirectory under: .PP .RS 4 .nf -__projectroot__/lib/modules/extensions +__modulepath__ .fi .RE .PP