I forgot that the old behavior of searching in /usr/share/X11/xorg.conf.d was documented in the man page.
Signed-off-by: Aaron Plattner <[email protected]> Fixes: acc0b5edd1dc ("xfree86: Only support one sysconfigdir") --- Sorry I forgot about this when I was fixing the sysconfigdir thing. I fixed this paragraph to conform to the "new sentences start on their own lines" man page requirement while I was at it. hw/xfree86/man/xorg.conf.man | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/xfree86/man/xorg.conf.man b/hw/xfree86/man/xorg.conf.man index bc33df197a21..16312124d6ee 100644 --- a/hw/xfree86/man/xorg.conf.man +++ b/hw/xfree86/man/xorg.conf.man @@ -132,14 +132,14 @@ is the path specified with the .B \-configdir command line option (which may be absolute or relative). .PP -Finally, configuration files will also be searched for in directories -reserved for system use. These are to separate configuration files from -the vendor or 3rd party packages from those of local administration. -These files are found in the following directories: +Finally, configuration files will also be searched for in a directory reserved +for system use. +This is to separate configuration files from the vendor or 3rd party packages +from those of local administration. +These files are found in the following directory: .PP .RS 4 .nf -.I /usr/share/X11/__xconfigdir__ .I __datadir__/X11/__xconfigdir__ .fi .RE -- 2.0.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
