swift 08/05/23 20:34:12 Modified: power-management-guide.xml Log: Coding style
Revision Changes Path 1.36 xml/htdocs/doc/en/power-management-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.36&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?r1=1.35&r2=1.36 Index: power-management-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- power-management-guide.xml 31 Jan 2008 23:38:05 -0000 1.35 +++ power-management-guide.xml 23 May 2008 20:34:12 -0000 1.36 @@ -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/power-management-guide.xml,v 1.35 2008/01/31 23:38:05 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.36 2008/05/23 20:34:12 swift Exp $ --> <guide link="/doc/en/power-management-guide.xml"> <title>Power Management Guide</title> @@ -859,14 +859,15 @@ </p> <warn> -Support for setting brightness is marked experimental in thinkpad_acpi. It accesses -hardware directly and may cause severe harm to your system. Please read the -<uri link="http://ibm-acpi.sourceforge.net/">thinkpad_acpi website</uri> +Support for setting brightness is marked experimental in thinkpad_acpi. It +accesses hardware directly and may cause severe harm to your system. Please +read the <uri link="http://ibm-acpi.sourceforge.net/">thinkpad_acpi +website</uri> </warn> <p> -To be able to set the brightness level, the thinkpad_acpi module has to be loaded -with the experimental parameter. +To be able to set the brightness level, the thinkpad_acpi module has to be +loaded with the experimental parameter. </p> <pre caption="automatically loading the thinkpad_acpi module"> @@ -1325,11 +1326,12 @@ <p> There are two different implementations for S4. The original one is swsusp, -then there is the newer tuxonice (former suspend2) with a nicer interface (including fbsplash -support). A <uri link="http://tuxonice.net/features.html#compare"> feature -comparison</uri> is available at the <uri link="http://www.tuxonice.net">tuxonice -Homepage</uri>. There used to be Suspend-to-Disk (pmdisk), a fork of swsusp, -but it has been merged back. +then there is the newer tuxonice (former suspend2) with a nicer interface +(including fbsplash support). A <uri +link="http://tuxonice.net/features.html#compare"> feature comparison</uri> is +available at the <uri link="http://www.tuxonice.net">tuxonice Homepage</uri>. +There used to be Suspend-to-Disk (pmdisk), a fork of swsusp, but it has been +merged back. </p> <p> -- [email protected] mailing list
