swift 08/08/19 12:51:15 Modified: udev-guide.xml Log: #234913 - Change wording on tweaks
Revision Changes Path 1.47 xml/htdocs/doc/en/udev-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.47&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.46&r2=1.47 Index: udev-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- udev-guide.xml 16 Jun 2008 08:10:56 -0000 1.46 +++ udev-guide.xml 19 Aug 2008 12:51:15 -0000 1.47 @@ -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/udev-guide.xml,v 1.46 2008/06/16 08:10:56 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.47 2008/08/19 12:51:15 swift Exp $ --> <guide link="/doc/en/udev-guide.xml"> <title>Gentoo udev Guide</title> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1</version> -<date>2008-06-16</date> +<version>2</version> +<date>2008-08-19</date> <chapter> <title>What is udev?</title> @@ -218,7 +218,7 @@ <body> <p> -If you want to use the udev-tweaks Gentoo added to make your life +If you want to use the udev settings Gentoo provides to make your life comfortable, then read no more. Gentoo will use udev but keep a static <path>/dev</path> so that you will never have any missing device nodes. The Gentoo init scripts won't run the devfsd daemon and will deactivate devfs @@ -226,7 +226,7 @@ </p> <p> -But if you are a die-hard and want to run a udev-only, no-tweaked system as is +But if you are a die-hard and want to run a udev-only, unmodified system as is intended by the udev development (including the difficulties of missing device nodes because udev doesn't support them yet), by all means, read on :) </p>
