Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: udev-guide.xml
Date: Tue, 19 Aug 2008 12:51:18
Message-Id: E1KVQg7-00055r-NS@stork.gentoo.org
1 swift 08/08/19 12:51:15
2
3 Modified: udev-guide.xml
4 Log:
5 #234913 - Change wording on tweaks
6
7 Revision Changes Path
8 1.47 xml/htdocs/doc/en/udev-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.47&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.47&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.46&r2=1.47
13
14 Index: udev-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
17 retrieving revision 1.46
18 retrieving revision 1.47
19 diff -u -r1.46 -r1.47
20 --- udev-guide.xml 16 Jun 2008 08:10:56 -0000 1.46
21 +++ udev-guide.xml 19 Aug 2008 12:51:15 -0000 1.47
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.46 2008/06/16 08:10:56 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.47 2008/08/19 12:51:15 swift Exp $ -->
27
28 <guide link="/doc/en/udev-guide.xml">
29 <title>Gentoo udev Guide</title>
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1</version>
35 -<date>2008-06-16</date>
36 +<version>2</version>
37 +<date>2008-08-19</date>
38
39 <chapter>
40 <title>What is udev?</title>
41 @@ -218,7 +218,7 @@
42 <body>
43
44 <p>
45 -If you want to use the udev-tweaks Gentoo added to make your life
46 +If you want to use the udev settings Gentoo provides to make your life
47 comfortable, then read no more. Gentoo will use udev but keep a static
48 <path>/dev</path> so that you will never have any missing device nodes.
49 The Gentoo init scripts won't run the devfsd daemon and will deactivate devfs
50 @@ -226,7 +226,7 @@
51 </p>
52
53 <p>
54 -But if you are a die-hard and want to run a udev-only, no-tweaked system as is
55 +But if you are a die-hard and want to run a udev-only, unmodified system as is
56 intended by the udev development (including the difficulties of missing device
57 nodes because udev doesn't support them yet), by all means, read on :)
58 </p>