nightmorph 09/12/17 04:37:10 Modified: xorg-config.xml Log: typo fix, bug 297245
Revision Changes Path 1.33 xml/htdocs/doc/en/xorg-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.33&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.32&r2=1.33 Index: xorg-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- xorg-config.xml 9 Dec 2009 01:35:03 -0000 1.32 +++ xorg-config.xml 17 Dec 2009 04:37:10 -0000 1.33 @@ -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.32 2009/12/09 01:35:03 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.33 2009/12/17 04:37:10 nightmorph Exp $ --> <guide> <title>The X Server Configuration HOWTO</title> @@ -301,7 +301,7 @@ <comment>(Add the "terminate" merge string as shown)</comment> <match key="info.capabilities" contains="input.keys"> <merge key="input.x11_driver" type="string">keyboard</merge> - <i><merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>></i> + <i><merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge></i> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.x11_driver" type="string">evdev<merge>
