summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-14 19:51:22 -0700
committerPeter Hutterer <peter.hutterer@who-t.net>2009-09-16 11:04:25 +1000
commite320736c457ea7b2f19a4c7c2dfc0c461d0dd405 (patch)
treeda37ee10f7e4773bdb23ab4b6f1d91c73659ae35
parent49b98d092ec3d032e657eeff62c22fce243b1e8b (diff)
Fix module path in xorg.conf man page
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--hw/xfree86/doc/man/xorg.conf.man.pre6
1 files 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