nightmorph 10/05/23 21:31:50 Modified: xorg-config.xml Log: fix commandline order, bug 321223
Revision Changes Path 1.39 xml/htdocs/doc/en/xorg-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.38&r2=1.39 Index: xorg-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- xorg-config.xml 23 May 2010 21:29:35 -0000 1.38 +++ xorg-config.xml 23 May 2010 21:31:50 -0000 1.39 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.38 2010/05/23 21:29:35 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.39 2010/05/23 21:31:50 nightmorph Exp $ --> <guide> <title>The X Server Configuration HOWTO</title> @@ -22,7 +22,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.28</version> +<version>1.29</version> <date>2010-05-23</date> <chapter> @@ -398,7 +398,7 @@ </p> <pre caption="Testing the xorg.conf.new file"> -# <i>X -config -retro /root/xorg.conf.new</i> +# <i>X -retro -config /root/xorg.conf.new</i> </pre> <p>
