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: Fri, 23 May 2008 19:44:08
Message-Id: E1JzdBO-0000pw-8A@stork.gentoo.org
1 swift 08/05/23 19:44:06
2
3 Modified: udev-guide.xml
4 Log:
5 Coding style
6
7 Revision Changes Path
8 1.45 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.45&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.45&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.44&r2=1.45
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.44
18 retrieving revision 1.45
19 diff -u -r1.44 -r1.45
20 --- udev-guide.xml 30 Oct 2007 20:31:27 -0000 1.44
21 +++ udev-guide.xml 23 May 2008 19:44:06 -0000 1.45
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.44 2007/10/30 20:31:27 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.45 2008/05/23 19:44:06 swift Exp $ -->
27
28 <guide link="/doc/en/udev-guide.xml">
29 <title>Gentoo udev Guide</title>
30 @@ -53,7 +53,7 @@
31 Think about hotpluggable devices like USB, IEEE1394, hot-swappable PCI, ... What
32 is the first device? And for how long? What will the other devices be named when
33 the first one disappears? How will that affect ongoing transactions? Wouldn't it
34 -be fun that a printing job is suddenly moved from your supernew laserprinter to
35 +be fun that a printing job is suddenly moved from your supernew laserprinter to
36 your almost-dead matrix printer because your mom decided to pull the plug of the
37 laserprinter which happened to be the first printer?
38 </p>
39 @@ -117,7 +117,7 @@
40 </p>
41
42 <p>
43 -The <e>bus device number</e> step checks the device bus number. For
44 +The <e>bus device number</e> step checks the device bus number. For
45 non-hot-swappable environments this procedure is sufficient to
46 identify a hardware device. For instance PCI bus numbers rarely change in the
47 lifetime of a system. Again, if namedev finds a match between this position and
48 @@ -134,12 +134,12 @@
49 <p>
50 The fourth step, <e>statically given name</e>, is a simple string replacement.
51 When the kernel name (the default name) matches a given replacement string, the
52 -substitute name will be used.
53 +substitute name will be used.
54 </p>
55
56 <p>
57 -The final step (<e>kernel provided name</e>) is a catch-all: this one takes
58 -the default name provided by the kernel. In the majority of cases this is
59 +The final step (<e>kernel provided name</e>) is a catch-all: this one takes
60 +the default name provided by the kernel. In the majority of cases this is
61 sufficient as it matches the device naming used on current Linux systems.
62 </p>
63
64 @@ -221,8 +221,8 @@
65 If you want to use the udev-tweaks Gentoo added to make your life
66 comfortable, then read no more. Gentoo will use udev but keep a static
67 <path>/dev</path> so that you will never have any missing device nodes.
68 -The Gentoo init scripts won't run the devfsd daemon and will deactivate devfs
69 -when you boot up.
70 +The Gentoo init scripts won't run the devfsd daemon and will deactivate devfs
71 +when you boot up.
72 </p>
73
74 <p>
75 @@ -232,7 +232,7 @@
76 </p>
77
78 <p>
79 -We'll deactivate the rules that save the device file nodes: edit the
80 +We'll deactivate the rules that save the device file nodes: edit the
81 <c>RC_DEVICE_TARBALL</c> variable in <path>/etc/conf.d/rc</path> and set it to
82 <c>no</c>:
83 </p>
84 @@ -243,7 +243,7 @@
85
86 <p>
87 If you have included devfs support in your kernel, you can deactivate it in
88 -the bootloader configuration: add <c>gentoo=nodevfs</c> as a kernel parameter.
89 +the bootloader configuration: add <c>gentoo=nodevfs</c> as a kernel parameter.
90 If you want to use devfs and deactivate udev, add <c>gentoo=noudev</c> as kernel
91 parameter.
92 </p>
93 @@ -336,7 +336,7 @@
94 <body>
95
96 <p>
97 -Even though our intention is to have a consistent naming scheme between both
98 +Even though our intention is to have a consistent naming scheme between both
99 dynamical device management solutions, sometimes naming differences do occur.
100 </p>
101
102 @@ -497,7 +497,7 @@
103 </p>
104
105 <p>
106 -<uri link="http://webpages.charter.net/decibelshelp/LinuxHelp_UDEVPrimer.html">Decibel's
107 +<uri link="http://webpages.charter.net/decibelshelp/LinuxHelp_UDEVPrimer.html">Decibel's
108 UDEV Primer</uri> is an in-depth document about udev and Gentoo.
109 </p>
110
111
112
113
114 --
115 gentoo-doc-cvs@l.g.o mailing list